UnifiedPortalServiceRequestToJoinMeeting Method |
Request to join Meet-me conference.
If successful, the meeting info will be provided via completion handler.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic void RequestToJoinMeeting(
UnifiedPortalConfiguration unifiedPortalConfiguration,
string conferenceId,
string meetMeUserName,
bool isPresentationOnlyMode,
string callBackNumber,
string oneTimePin,
UnifiedPortalServiceRequestToJoinMeetingCompletionHandler completionHandler
)
Parameters
- unifiedPortalConfiguration
- Type: Avaya.ClientServicesUnifiedPortalConfiguration
Server configuration that will be used for this request.
- conferenceId
- Type: SystemString
The conference virtual room number to join.
- meetMeUserName
- Type: SystemString
The user display name. Mandatory when joining the meeting as guest.
- isPresentationOnlyMode
- Type: SystemBoolean
When set to true, join the meeting in presentation only mode.
- callBackNumber
- Type: SystemString
The conference server will call back to this number
when joining the meeting in presentation only mode.
- oneTimePin
- Type: SystemString
One time PIN. Mandatory when virtual room is one time PIN protected.
Virtual room owner shall create and provide one time PIN to start the meeting.
Non-owners shall provide one time PIN to join the meeting.
- completionHandler
- Type: Avaya.ClientServicesUnifiedPortalServiceRequestToJoinMeetingCompletionHandler
The completion handler for this operation.
See Also