Sign in to become a named user in the conference.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic void SignIn(
string portalUserToken,
ConferenceConferenceActionCompletionHandler completionHandler
)
Parameters
- portalUserToken
- Type: SystemString
User token received from the portal. - completionHandler
- Type: Avaya.ClientServicesConferenceConferenceActionCompletionHandler
The completion handler for this operation. Operation
success or failure is reported through this handler.
See Also