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
This is a question, as I'm pretty sure I'm just doing something wrong here. I have a
In the parent container, I'm setting the remoteDisabled property to true for the media object before passing it into the Video component. However, I can still see the peer video in my room. The docs say it should be disabled if that property value is true.
Am I doing it incorrectly?
EDIT* - Let me explain the main issue I'm trying to resolve as well. I am using removeMedia to stop a users video feed, which works fine. I'm just trying to find a way to show a profile picture rather than a black screen when the video is stopped. How can I do this?
The text was updated successfully, but these errors were encountered:
This is a question, as I'm pretty sure I'm just doing something wrong here. I have a
In the parent container, I'm setting the remoteDisabled property to true for the media object before passing it into the Video component. However, I can still see the peer video in my room. The docs say it should be disabled if that property value is true.
Am I doing it incorrectly?
EDIT* - Let me explain the main issue I'm trying to resolve as well. I am using removeMedia to stop a users video feed, which works fine. I'm just trying to find a way to show a profile picture rather than a black screen when the video is stopped. How can I do this?
The text was updated successfully, but these errors were encountered: