playCoHostAudio property

ZegoPlayCoHostAudioVideoCallback? playCoHostAudio
getter/setter pair

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

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

Implementation

ZegoPlayCoHostAudioVideoCallback? playCoHostAudio;