onConferenceExited property
Callback function that is called when the user exits the conference.
This function is triggered when the user has exited the conference, either voluntarily or by being removed.
Parameters:
conferenceId
: The ID of the conference that has been exited.
Implementation
Function(String conferenceId)? onConferenceExited;