publishThirdCameraTrack property

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

Whether to publish the video captured by the third camera: true : Publish the video captured by the third camera. false : Do not publish the video captured by the third camera. This parameter is for Android, Windows and macOS only.

Implementation

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