Mac SDK
Instance Methods | Protected Attributes | Properties | List of all members
ZoomSDKOutlookPluginHelper Class Reference
Inheritance diagram for ZoomSDKOutlookPluginHelper:

Instance Methods

(ZoomSDKError) - start:IPCNoti:AppName:AppIdentity:
 Start outlook plugin helper service. More...
 
(ZoomSDKError) - stop
 Stop outlook plugin helper service. More...
 

Protected Attributes

id< ZoomSDKOutlookPluginDelegate_delegate
 

Properties

id< ZoomSDKOutlookPluginDelegatedelegate
 

Method Documentation

◆ start:IPCNoti:AppName:AppIdentity:

- (ZoomSDKError) start: (NSString *)  ipcName
IPCNoti: (NSString *)  ipcNoti
AppName: (NSString *)  appName
AppIdentity: (NSString *)  identity 

Start outlook plugin helper service.

Parameters
ipcNameThe channel of ipc used to connect SDK to outlookplugin.
ipcNotiThe channel of ipc used to connect outlookplugin to sdk.
appNameName of user's App.
identityUser's App identity.
Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.

◆ stop

- (ZoomSDKError) stop

Stop outlook plugin helper service.

Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.

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