-
- All Implemented Interfaces:
public final class ZoomCCItem
Initialize ZoomCCService with ZoomCCItem. Contains engagement information.
-
-
Field Summary
Fields Modifier and Type Field Description private final String
entryId
private final String
apiKey
private final ZoomCCIInterfaceType
sdkType
private final CCServerType
serverType
-
Constructor Summary
Constructors Constructor Description ZoomCCItem(String entryId, String apiKey, ZoomCCIInterfaceType sdkType, CCServerType serverType)
-
Method Summary
Modifier and Type Method Description final String
getEntryId()
Indicate the entry ID. final String
getApiKey()
Indicate the api-key. final ZoomCCIInterfaceType
getSdkType()
Indicate the channel type. final CCServerType
getServerType()
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.
-
-
-
-