initializeMeetingWithToken

open fun initializeMeetingWithToken(server: String, meetingUUID: String, token: String, initDoneCallback: IInitializeMeetingCompleteCallback)

Verifies that meeting exists and sets up initialization step (V3 or later servers).

Parameters

server

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

meetingUUID

UUID string referencing the meeting to initialize.

token

A JWT token for requesting an authenticated MJWT or null for requesting a Guest MJWT

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.