I'm trying to add functionality to my React app to mute your own microphone or disable the camera. I'm currently doing it by invoking these two methods:
Unfortunately, it only seems to disable the video/microphone locally and it continues to send the tracks, which leads to all other participants still being able see/hear you.
I'm not sure what I'm doing wrong. How can I make it so it disables the tracks both locally and remotely?
Hi there,
I'm trying to add functionality to my React app to mute your own microphone or disable the camera. I'm currently doing it by invoking these two methods:
Unfortunately, it only seems to disable the video/microphone locally and it continues to send the tracks, which leads to all other participants still being able see/hear you.
I'm not sure what I'm doing wrong. How can I make it so it disables the tracks both locally and remotely?
Looking forward to a response! Thanks so much.