Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

p2p: Android->js: js can not receive android remoteStream but Android publish callback trigger success #242

Open
zhangyihui1 opened this issue Nov 12, 2020 · 1 comment

Comments

@zhangyihui1
Copy link
Contributor

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
Copy link
Contributor Author

zhangyihui1 commented Nov 12, 2020

Android -> Android also find this issue

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant