publishCameraTrack property

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

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

Implementation

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