WEB-SDK (1.50.3). No local video sent to remote peer after the first WebRTC call.
RéponduGood morning,
This is the scenario :
User A (websdk) makes a videocall to user B in Android mobile. This first call works perfectly, and it's finished. webRTC Local Stream is right:
- [MediaStream]
- 0: MediaStream
- active: true
- id: "ou1q7959Osfs2y1V4ZeBSQbkaOwQBwNsfw2p"
- onactive: null
- onaddtrack: null
- oninactive: null
- onremovetrack: null
- __proto__: MediaStream
- length: 1
User A makes a videocall to user B again in Android Mobile. User A didn't sent local video to user B. webRTC Local Stream has two streams, and both are false:
- 0: MediaStream
- active: false
- callId: "web_269698c4-c9e7-4da1-909f-192171e9b90d"
- id: "IEo5uQhNdTwjCA05XZX5Q8pAM8sjJ3Qodl1f"
- onactive: null
- onaddtrack: null
- oninactive: null
- onremovetrack: null
- __proto__: MediaStream
- 1: MediaStream
- active: false
- id: "gaBlfAOGXQ78DkiosSV7zMO6eOPnFLodhBcF"
- onactive: null
- onaddtrack: null
- oninactive: null
- onremovetrack: null
- __proto__: MediaStream
- length: 2
I've tested with my own development but also with the Web Sample (Rainbow WebRTC audio/video demo ) available in Github.
Best regards.
Alejandro
Vous devez vous connecter pour laisser un commentaire.
Commentaires
1 commentaire