removeFromSeatDialogInfo property

ZegoLiveAudioRoomDialogInfo removeFromSeatDialogInfo
getter/setter pair

The confirmation dialog displayed before the host moves a speaker down from a seat. The default values are:

  • Title: "Remove the speaker"
  • Message: "Are you sure to remove %0 from the seat?", where %0 will be replaced with the corresponding username.
  • Cancel button name: "Cancel"
  • Confirm button name: "OK"

Implementation

ZegoLiveAudioRoomDialogInfo removeFromSeatDialogInfo;