You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered: