Embeded CCP automatically open home tab after Login

0

Hi, I have embeded the CCP in my application. these are my configuration for Amazon connect.

ccpUrl:'https://<my-instance-name>.my.connect.aws/ccp-v2',
loginPopup:false,
softphone: {
allowFramedSoftphone: true,
disableRingtone: false,    },
loginOptions: this.getLoginOption(),
region: 'eu-central-1',
region: 'ap-southeast-2',

ccpAckTimeout: 5000, //optional, defaults to 3000 (ms)
ccpSynTimeout: 1000, //optional, defaults to 1000 (ms)
ccpLoadTimeout: 100000, //optional, defaults to 5000 (ms)

when we login it redirect to the home tab of amazon connect instead of opening the softphone directly. what I expect is to open the CCP softphone tab instead of home tab. Please help if I am missing something in configuration.

1回答
0

Yes, it's supposed to launch the CCP directly. If you take the stock streams repo, do you have the same behavior?

david

profile picture
dmacias
回答済み 1年前
  • When we open this url in a seprate tab it opens the CCP tab Directly.

  • Yes i try with stock stream repo it opens the CCP. but in angular it opens dashboard

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ