videoPush property Null safety
final
Whether the video stream of a specified member is displayed to viewers.
Valid values:
- true: (default), plays the video stream of the user in the live streaming.
- false: does not play the video stream of the user in the live streaming.
Invalid if the streaming mode uses kNERtcLsModeAudio.
Implementation
final bool videoPush;