disableCoHostInvitationReceivedDialog property

bool disableCoHostInvitationReceivedDialog
getter/setter pair

used to determine whether to display a confirmation dialog to the audience when they receive a co-host invitation, the default value is false

If the value is True, the confirmation dialog will not be displayed. If the value is False, the confirmation dialog will be displayed.

You can adjust and set this variable according to your specific requirements.

Implementation

bool disableCoHostInvitationReceivedDialog;