ConferenceStartRecording Method (ConferenceConferenceActionCompletionHandler, String, String) |
Starts conference recording.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic void StartRecording(
ConferenceConferenceActionCompletionHandler completionHandler,
string name,
string description
)
Parameters
- completionHandler
- Type: Avaya.ClientServicesConferenceConferenceActionCompletionHandler
The completion handler for this operation. Operation
success or failure is reported through this handler. - name
- Type: SystemString
Meeting recording name. - description
- Type: SystemString
Meeting recording description.
Remarks
When the operation is successful, a status update is reported through any event handler(s)
registered against the
RecordingStatusChanged event on this Conference object.
See Also