Change background in call

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.

Thank you for your help.

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.

Hello ,

The latest OpenVidu Call uses a poster image when video is muted. You can change the image with a custom one.

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.

Regards

1 Like