p2p: Android->js: js can not receive android remoteStream but Android publish callback trigger success
zhangyihui1 opened this issue · 1 comments
zhangyihui1 commented
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
zhangyihui1 commented
Android -> Android also find this issue