pub fn room_handle_enable_remote_video(
    room_handle: RustOpaque<RoomHandle>,
    source_kind: Option<MediaSourceKind>
) -> Result<SyncReturn<DartOpaque>>
Expand description

Enables inbound video in the provided Room.

Affects only video with the specific MediaSourceKind, if specified.

Errors

If source_kind is not MediaSourceKind index.