pchab / AndroidRTC

Android client for ProjectRTC - a WebRTC demo
Other
1.58k stars 572 forks source link

Unfinished datachannel implementation? #77

Open iakashpaul opened 8 years ago

iakashpaul commented 8 years ago

awesome work pierre, I tried adding the sdp parameters into ProjectRTC but so far haven't been able to get the app work by overriding onDataChannel() & adding DataChannelObserver too?

pchab commented 8 years ago

You'll probably need to update the libjingle lib for that to work.

On Mon, Dec 28, 2015 at 12:26 PM, Akash Paul notifications@github.com wrote:

awesome work pierre, I tied adding the sdp parameters into ProjectRTC but so far haven't been able to get the app work by overriding onDataChannel() & adding DataChannelObserver too?

— Reply to this email directly or view it on GitHub https://github.com/pchab/AndroidRTC/issues/77.

iakashpaul commented 8 years ago

Ok, I'll do that.