publishFourthCameraTrack property

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

该参数仅适用于 Android、Windows 和 macOS 平台。 设置是否发布第四个摄像头采集的视频: true :发布第四个摄像头采集的视频。 false :不发布第四个摄像头采集的视频。

Implementation

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