Click or drag to resize

ConferenceSignIn Method

Sign in to become a named user in the conference.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public 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