publishSecondaryCameraTrack property

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

Whether to publish the video captured by the second camera: true : Publish the video captured by the second camera. false : Do not publish the video captured by the second camera.

Implementation

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