Is it possible to hide "The host has asked you to start your video" popup by Web SDK?

When the host turns the participant’s camera on (by android sdk) the participant on the web sees popup “The host has asked you to start your video”. Is it possible to hide that popup and just turn on the camera (or execute custom logic) by web sdk?
Or maybe it’s possible to disable that popup from the android (host) side while spotlighting participant’s video?

Thanks.

Hey @alex.rypun,

There is no built in way to do this with the Web SDK.

The user will need to allow their video to be started by clicking the button in the popup.

Thanks,
Tommy