publishCustomVideoTrack property

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

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;