onConferenceJoined property

dynamic Function(String conferenceId, ConferenceError error)? onConferenceJoined
getter/setter pair

Callback function that is called when the user joins the conference.

This function is triggered when the user has successfully joined the conference.

Parameters:

  • conferenceId : The ID of the conference that has been joined.
  • error : An object containing error information if the conference failed to join.

Implementation

Function(String conferenceId, ConferenceError error)? onConferenceJoined;