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: remoteStream.ended can not trigger when server side close network #159

Open zhangyihui1 opened 4 years ago

zhangyihui1 commented 4 years ago

1: android join room 2: android publish localStream to mcu 3: android subscribe self forward stream 4: close server side network

expect: android side want to trigger remoteStream.ended, publication.ended, publication.error, subscription.ended , subscription.error, onServerDisconnect

actual: android side can not trigger remoteStream.ended