Constructor
-
new ConferenceEntryOptions(token, enableOTT, meetingId, passcode)
-
Represents information to be used for entering the conference.
Parameters:
Name Type Description token
string Conference token.
enableOTT
boolean The flag indicating whether OTT should be enabled for the conference.
meetingId
string Meeting ID of the conference.
passcode
string Conference passcode.
Methods
-
enableOTT(flag)
-
Sets a flag indicating whether OTT should be enabled for the conference.
Parameters:
Name Type Description flag
boolean The flag indicating whether OTT should be enabled for the conference.
-
getMeetingId() → {string}
-
Returns the meeting ID of the conference.
Returns:
{ string }The meeting ID of the conference.
-
getPasscode() → {string}
-
Returns the passcode for the conference.
Returns:
{ string }Passcode for the conference.
-
getToken() → {string}
-
Returns the conference token.
Returns:
{ string }The conference token.
-
isOTT() → {boolean}
-
Returns a flag indicating whether OTT should be enabled for the conference.
Returns:
{ boolean }True if OTT should be enabled for the conference, or false otherwise.
-
setMeetingId(meetingId)
-
Sets the meeting ID of the conference.
Parameters:
Name Type Description meetingId
string Meeting ID of the conference.
-
setPasscode(passcode)
-
Sets the passcode for the conference.
Parameters:
Name Type Description passcode
string Passcode for the conference.
-
setToken(token)
-
Sets the conference token.
Parameters:
Name Type Description token
string The conference token.