publishCameraTrack property
Sets whether to publish the video captured by the camera: true : Publish the video captured by the camera. false : (Default) Do not publish the video captured by the camera.
Implementation
@JsonKey(name: 'publishCameraTrack')
final bool? publishCameraTrack;