Contact Center SDK for iOS API reference
Loading...
Searching...
No Matches
Instance Methods | Properties | List of all members
<ZoomCCChatService> Protocol Reference

Chat service Interface. More...

#include <ZoomCCInterface.h>

Inheritance diagram for <ZoomCCChatService>:
<ZoomCCService>

Instance Methods

(void) - endChat
 Forcibly an end a chat engagement. @discussion When this method is called, it closes the view created by the SDK then returns to the application view. The service instances created inside ZoomCCSDK are released after this method is called.
 
- Instance Methods inherited from <ZoomCCService>
(void) - initializeWithItem:
 Initializes the service. @Discussion After we get the service by method "[[ZoomCCInterface sharedInstance] chatService]" or method" [[ZoomCCInterface sharedInstance] videoService]", we should call method "initializeWithItem:" once to initialize the service. The method "initializeWithItem:" creates an internal instance to communicate with server. For the video calls, this method also initializes the ZoomVideoSDK. For chats, after this method been called, the service is prepared to start to communicate with server. We then call the method "login" to start the request to server at a flexible time when needed.
 
(void) - uninitialize
 Used to uninitialize service @discussion After the method is called, the service's instance is released. Call this method when you do not need to use ZoomCCChatService or ZoomCCVideoService service.
 
(BOOL) - login
 When calling method "initializeWithItem:", call this method to request to login to server.
 
(BOOL) - logout
 When done using the service, call this method to disconnect from the server.
 
(void) - fetchUI:
 Gets the UIViewcontroller instance of the service, which is then used to customize the display.
 

Properties

id< ZoomCCChatServiceDelegatechatDelegate
 The chat channel delegate.
 
NSUInteger unreadMsgCount
 Gets the number of unread messages.
 
- Properties inherited from <ZoomCCService>
ZoomCCItemitem
 Retrieves information about the service.
 
ZoomCCSDKStatus status
 Retrieves the current service status.
 
BOOL inEngagement
 Retrieves the service's current engagement status.
 
NSString * engagementId
 Retrieves the service's engagement ID.
 

Detailed Description

Chat service Interface.


The documentation for this protocol was generated from the following file: