open-webrtc-toolkit / owt-client-android

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

remoteStream.ended can not be trigger after Call Drop participant rest api #143

Open zhangyihui1 opened 5 years ago

zhangyihui1 commented 5 years ago

1 : android join room 2: android publish localstream 3: android subscribe self remoteStream 4: call Drop participant rest api to delete android participant id

expect: publication.ended , subscription.ended , onServerDisconnect , remoteStream.ended should be triggered actual : publication.ended , subscription.ended , onServerDisconnect triggered ,but remoteStream.ended not trigger