livekit / client-sdk-react-native

Official React Native SDK for LiveKit.
https://livekit.io
Apache License 2.0
125 stars 32 forks source link

Android: Fails to unpublish/mute when stopping screenshare #14

Open davidliu opened 2 years ago

davidliu commented 2 years ago

https://livekit-users.slack.com/archives/C01KVTJH6BX/p1658307742319619

davidliu commented 2 years ago

Looks like the screen share media track fails to send an "ended" event:

https://github.com/react-native-webrtc/react-native-webrtc/issues/977

fukemy commented 1 year ago

@davidliu , I want to get 'ended' event from RTCVideoTrack but still not working, can u help?

davidliu commented 1 year ago

This is still an open issue on the react-native-webrtc library: https://github.com/react-native-webrtc/react-native-webrtc/issues/1251.