publishLocalVideo property

  1. @JsonKey(includeIfNull: false)
bool? publishLocalVideo
getter/setter pair

whether to publish the local video stream when the user joins a channel. true: (Default) Publish the local video. false: Do not publish the local video. This member serves a similar function to the muteLocalVideoStream method. After the user joins the channel, you can call the muteLocalVideoStream method to set whether to publish the local audio stream in the channel.

Implementation

@JsonKey(includeIfNull: false)
bool? publishLocalVideo;