Hi, I need to know if it’s possible to change the black background that appears when the camera is turned off and put a picture or icon in the background.
I have already implemented the audio-only part of the call, but I just need to be able to change the background.
have you find any tips to do that ? i have used jquery css attributes to change the background when i click on the mute video button , but it seems to not work.
Another more complex option is replacing the video html element by a custom div element when the video is muted and adding an audio html element to keep hearing the audio.