You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.
Hi,
I'm trying to disable video while connected in call. I want to show user image in case of other user disables video...
i can think of 2 ways to disable video..
localVideoTrack.isEnabled = false //in this case video view shows black screen
[localStream removeVideoTrack:localVideoTrack] //in this case video is stopped to a frame
in both cases other person could not get any data which tells that video has been stopped,
in #1 for other client remoteVideoTrack.isEnabled is always true.
in #2 remote video track in stream still shows track only it gets stuck to last frame...
I'm I missing something, maybe some other way? or this is a but?
Thanks in advance ;)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I'm trying to disable video while connected in call. I want to show user image in case of other user disables video...
i can think of 2 ways to disable video..
in both cases other person could not get any data which tells that video has been stopped,
in #1 for other client remoteVideoTrack.isEnabled is always true.
in #2 remote video track in stream still shows track only it gets stuck to last frame...
I'm I missing something, maybe some other way? or this is a but?
Thanks in advance ;)
The text was updated successfully, but these errors were encountered: