confirmDialogInfo property

ZegoLiveAudioRoomDialogInfo? confirmDialogInfo
getter/setter pair

Confirmation dialog information when leaving the audio chat room. If not set, clicking the exit button will directly exit the audio chat room. If set, a confirmation dialog will be displayed when clicking the exit button, and you will need to confirm the exit before actually exiting.

Implementation

ZegoLiveAudioRoomDialogInfo? confirmDialogInfo;