publishCustomVideoTrack property
Sets whether to publish the captured video from a custom source: true : Publish the captured video from a custom source. false : (Default) Do not publish the captured video from the custom source.
Implementation
@JsonKey(name: 'publishCustomVideoTrack')
final bool? publishCustomVideoTrack;