|
(void) | - endScheduledCallback |
| Forcibly end a scheduled callback service. @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.
|
|
(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.
|
|
|
id< ZoomCCServiceDelegate > | scheduledCallbackDelegate |
| The scheduled callback channel delegate.
|
|
ZoomCCItem * | item |
| 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.
|
|
The documentation for this protocol was generated from the following file: