initializeMeeting

open fun initializeMeeting(server: String, guid: String, initDoneCallback: IInitializeMeetingCompleteCallback)

Verifies that meeting exists and sets up initialization step (V2 servers).

Parameters

server

Name/URL of server where the meeting is being hosted.

guid

UUID string referencing the meeting to initialize.

initDoneCallback

Callback to be notified of the result of the init call once it is complete. If this callback is not successful, application will not be able to join meeting.