playCoHostVideo property

ZegoPlayCoHostAudioVideoCallback? playCoHostVideo
getter/setter pair

Whether to the play video of the specified co-host? The default behavior is play. return false if you don't want to play target user's video.

when the stream list changes (specifically, when the co-hosts change), it will dynamically read this configuration to determine whether to fetch the video.(muteUserVideo)

Implementation

ZegoPlayCoHostAudioVideoCallback? playCoHostVideo;