publishLocalVideo property Null safety

bool? publishLocalVideo
@JsonKey(includeIfNull: false), read / write

设置是否在频道内发布本地视频流:

Implementation

@JsonKey(includeIfNull: false)
bool? publishLocalVideo;