publishMediaPlayerVideoTrack property

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

Whether to publish the video from the media player: true : Publish the video from the media player. false : Do not publish the video from the media player.

Implementation

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