CollaborationServiceCreateCollaboration Method (Uri, CollaborationServiceCollaborationServiceCompletionHandler) |
Creates a new collaboration session based on the input collaboration session URI.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic void CreateCollaboration(
Uri webConferenceUri,
CollaborationServiceCollaborationServiceCompletionHandler completionHandler
)
Parameters
- webConferenceUri
- Type: SystemUri
Complete collaboration session URI including all of the parameters
required to set up a web collaboration connection. - completionHandler
- Type: Avaya.ClientServicesCollaborationServiceCollaborationServiceCompletionHandler
The completion handler for this operation. Operation
success or failure is reported through this handler.
Remarks
This method is used by endpoints such as the Equinox Conferencing room system endpoints
that independently and programmatically obtain the complete web collaboration URI
from the conference server without using the call creation services provided by the SDK.
It is the application's responsibility to make sure that all of the parameters
required to connect to the web collaboration server are provided in webConferenceUri.
Otherwise collaboration creation process will fail.
The application receives a success/failure indication through the supplied completionHandler delegate.
See Also