publishCustomVideoTrack property

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

Whether to publish the video captured from a custom source: true : Publish the video captured from the custom source. false : Do not publish the captured video from a custom source.

Implementation

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