onConferenceFinished property
Callback function that is called when the conference finishes.
This function is triggered when the conference is actively ended or the conference is dismissed.
Parameters:
conferenceId
: The ID of the conference that has finished.
Implementation
Function(String conferenceId)? onConferenceFinished;