setIncomingVideoEnabled

fun setIncomingVideoEnabled(enabled: Boolean?, sessionIds: List<String>? = null)

Enables/disables incoming video feed.

Parameters

enabled

Whether the video feed should be enabled or disabled. Set to null to switch back to auto.

sessionIds

The participant session IDs to enable/disable the video feed for. If null, the setting will be applied to all participants.