onConferenceStarted property

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

Callback function that is called when the conference starts.

This function is triggered when the conference has successfully started.

Parameters:

  • conferenceId : The ID of the conference that has started.
  • error : An object containing error information if the conference failed to start.

Implementation

Function(String conferenceId, ConferenceError error)? onConferenceStarted;