Class ZoomCCItem

  • All Implemented Interfaces:

    
    public final class ZoomCCItem
    
                        

    Initialize ZoomCCService with ZoomCCItem. Contains engagement information.

    • 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 or web campaign service.

      • 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.

      • getUseCampaignMode

         final Boolean getUseCampaignMode()

        Indicate whether to use campaign mode to start the engagement. Default value is NO. If set to YES, set the property ZoomCCItem.campaignInfo with a valid value.

      • getCampaignInfo

         final ZoomCCCampaignInfo getCampaignInfo()

        Used for the campaign type engagement start. If this property is set with valid value, it means you are using campaign mode to start a service such as chat, video, or scheduled callbacks.