Click or drag to resize

UnifiedPortalServiceRequestToJoinMeetingCompletionHandler Delegate

Declares a delegate used to report the status of a RequestJoinMeeting request.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public delegate void RequestToJoinMeetingCompletionHandler(
	UnifiedPortalMeetingInfo meetingInfo,
	UnifiedPortalErrorEventArgs error
)

Parameters

meetingInfo
Type: Avaya.ClientServicesUnifiedPortalMeetingInfo
Meeting information required to setup a call. Not null if the request was successfully completed.
error
Type: Avaya.ClientServicesUnifiedPortalErrorEventArgs
Not null if the request failed. Represents the error associated with the request.
See Also