-
- All Implemented Interfaces:
public final class ZoomCCItemInitialize ZoomCCService with ZoomCCItem. Contains engagement information.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringentryIdprivate final StringapiKeyprivate final ZoomCCIInterfaceTypesdkTypeprivate final CCServerTypeserverType
-
Constructor Summary
Constructors Constructor Description ZoomCCItem(String entryId, String apiKey, ZoomCCIInterfaceType sdkType, CCServerType serverType)
-
Method Summary
Modifier and Type Method Description final StringgetEntryId()Indicate the entry ID. final StringgetApiKey()Indicate the api-key. final ZoomCCIInterfaceTypegetSdkType()Indicate the channel type. final CCServerTypegetServerType()Indicate the server type. -
-
Constructor Detail
-
ZoomCCItem
ZoomCCItem(String entryId, String apiKey, ZoomCCIInterfaceType sdkType, CCServerType serverType)
-
-
Method Detail
-
getEntryId
final String getEntryId()
Indicate the entry ID. Start a video, chat or ZVA engagement.
-
getApiKey
final String getApiKey()
Indicate the api-key. Start a scheduled callback engagement.
-
getSdkType
final ZoomCCIInterfaceType getSdkType()
Indicate the channel type. Either chat, video, ZVA or scheduled callback.
-
getServerType
final CCServerType getServerType()
Indicate the server type. CCServerGo, CCServerQA, and CCServerDev are for testing. Default server type is CCServerWWW, which is for official use only.
-
-
-
-