Skip to content Skip to sidebar Skip to footer

Failed To Make Webrtc Call With Datachannel From Chrome Web App To Android App

I wrote a webrtc webapp (with video + audio + dataChannel) on: https://github.com/wennycooper/wsProject I wrote an Android webrtc app too on: https://github.com/wennycooper/webrtcC

Solution 1:

Finally, I got a working example.

What I did is comment out following line and use SCTPDataChannel.

//pcConstraints.optional.add(new KeyValuePair("RtpDataChannels", "false")); 

The working example is here: https://github.com/wennycooper/webrtcClient

Post a Comment for "Failed To Make Webrtc Call With Datachannel From Chrome Web App To Android App"