open-webrtc-toolkit / owt-client-android

Open WebRTC Toolkit client SDK for Android applications.
https://01.org/open-webrtc-toolkit
Apache License 2.0
195 stars 96 forks source link

conference: some ended event can not trigger after other client close network #157

Closed zhangyihui1 closed 4 years ago

zhangyihui1 commented 4 years ago

1: android(device1) and js connect server 2: js publish localStream to mcu 3: android(device1) subscribe js forward stream 4: close js network

expect : android side trigger remoteStream.ended and subscription.ended actual: both remoteStream.ended and subscription.ended can not trigger

if device2 is android side and close wifi also find this issue

zhangyihui1 commented 4 years ago

wait js stream not in mix stream ,then android trigger remoteStream.ended