Get an active meeting controller with a particular meeting id.
Join an existing meeting with meeting ID
MeetingOptions
The ID of the meeting we want to join
Setting options for meeting
Set token pair string in the SDK. This method must be called after creating RcvEngine right away, the access token and refresh token pair must be both included if autoRefresh parameter is true.
the access token and refresh token pair json string
default value is TRUE. If it's TRUE, the access token will be refreshed automatically once it expired and the new token pair will be returned by the onAuthTokenRenew callback, otherwise, an error will be returned by the corresponding API event callback.
Starts an instant meeting with default meeting settings. A successful call of startInstantMeeting triggers the onMeetingJoin callback.
Optional
settings: InstantMeetingSettingsOptional
options: MeetingOptionsStatic
createStatic
instance
Set jwt pair string in the SDK. This method must be called after creating RcvEngine right away.