joinMeetingWithToken

open fun joinMeetingWithToken(server: String, meetingUUID: String, token: String, userUUID: String, name: String, joinDoneCallback: IJoinMeetingCompleteCallback)

Adds you as a participant in the meeting and set up your device to connect with audio and video services.Assumes you are connecting to a V3 or later serverIf method succeeds your application will begin to receive notifications when new participants are added to the meeting,when participant's audio and video streams are available, and when the participants leave the meeting.To receive these audio and video events from the SDK the application must implement the MeetingSDKDelegate interface.

Parameters

server

The DNS name of the server to connect to

meetingUUID

The UUID of the meeting we wish to connect to

token

The MJWT token used to connect to the meeting

userUUID

The unique identifier to be associated with this user

name

Participant name to be displayed in the meeting.

joinDoneCallback

A class with methods that will be called when the join meeting process is complete