Constructor
-
new ConferenceEntryOptions(token, enableOTT, meetingId, passcode)
-
Represents information to be used for entering the conference.
Parameters:
Name Type Description tokenstring Conference token.
enableOTTboolean The flag indicating whether OTT should be enabled for the conference.
meetingIdstring Meeting ID of the conference.
passcodestring Conference passcode.
Methods
-
enableOTT(flag)
-
Sets a flag indicating whether OTT should be enabled for the conference.
Parameters:
Name Type Description flagboolean 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 meetingIdstring Meeting ID of the conference.
-
setPasscode(passcode)
-
Sets the passcode for the conference.
Parameters:
Name Type Description passcodestring Passcode for the conference.
-
setToken(token)
-
Sets the conference token.
Parameters:
Name Type Description tokenstring The conference token.