ExportServiceExportChat Method |
Exports the messages from the given chat.
Only public conference chat will be exported.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic void ExportChat(
Conference conference,
string directoryPath,
string fileName,
ExportServiceExportChatCompletionHandler completionHandler
)
Parameters
- conference
- Type: Avaya.ClientServicesConference
The conference object from which the public chat is to be exported. - directoryPath
- Type: SystemString
The directory path where HTML file will be created. - fileName
- Type: SystemString
The HTML file name. - completionHandler
- Type: Avaya.ClientServicesExportServiceExportChatCompletionHandler
The completion handler for this operation.
Remarks
This method is used to export a conference chat to an HTML file.
See Also