Open zhangyihui1 opened 4 years ago
1: android connect p2pserver with 11 2: js connect p2pserver with 12 3: android and js addRemoteId each other 4: android publish localStream to js
expect android publish success ,and js receive android stream
actual android publish trigger success ,but js can not receive android remoteStream
note: android and js use default configration : const p2p = new Owt.P2P.P2PClient({ audioEncodings: true, videoEncodings: true, rtcConfiguration, }, signaling);
p2pServer log: android-chrome.txt
version: android: owt-client-native: master owt-client-android: master
js: chrome 86 owt-client-javascript: master
Android -> Android also find this issue
1: android connect p2pserver with 11 2: js connect p2pserver with 12 3: android and js addRemoteId each other 4: android publish localStream to js
expect android publish success ,and js receive android stream
actual android publish trigger success ,but js can not receive android remoteStream
note: android and js use default configration : const p2p = new Owt.P2P.P2PClient({ audioEncodings: true, videoEncodings: true, rtcConfiguration, }, signaling);
p2pServer log: android-chrome.txt
version: android: owt-client-native: master owt-client-android: master
js: chrome 86 owt-client-javascript: master