open-webrtc-toolkit / owt-client-android

Open WebRTC Toolkit client SDK for Android applications.
https://01.org/open-webrtc-toolkit
Apache License 2.0
195 stars 96 forks source link

p2p : android send message will failed when two client use different video codec #156

Open zhangyihui1 opened 4 years ago

zhangyihui1 commented 4 years ago

1: device1 connect server with vp8 2: device2 connect server with h264 3: device1 and device2 addAllowRemoteId each other 4: device1 send message to device2

expect : device1 send message success actual: device1 send message failed