join Meeting With Token
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
The DNS name of the server to connect to
The UUID of the meeting we wish to connect to
The MJWT token used to connect to the meeting
The unique identifier to be associated with this user
Participant name to be displayed in the meeting.
A class with methods that will be called when the join meeting process is complete