Soft Mute Video

The objective is to enable the moderator to apply a Soft Mute of video to all/single participant

Moderator can soft mute the Video of individual participant or all the participants in the call. Owner/Admin/Moderator have the privileges to soft mute Video of participants.

Note : User will have to unmute themselves in order to be seen.

API:

  • Disable Video silence state for a selected participant in the room with the API VidyoConnectorDisableVideoSilenceForParticipant

Example:

retValue= GetConnectorInstance.DisableVideoSilenceForParticipant (participant,"SoftMuteVideoForParticipant");

return retValue;

  • Disable Video silence state for all participants in the room with the API VidyoConnectorDisableVideoSilenceForAll

Example:

retValue = GetConnectorInstance.DisableVideoSilenceForAll("SoftMuteVideoForAll");

return retValue;

Last updated