autoSubscribeVideo property

  1. @JsonKey(name: 'autoSubscribeVideo')
bool? autoSubscribeVideo
final

Whether to automatically subscribe to all remote video streams when the user joins the channel: true : Subscribe to all remote video streams. false : Do not automatically subscribe to any remote video streams.

Implementation

@JsonKey(name: 'autoSubscribeVideo')
final bool? autoSubscribeVideo;