I want to get contact details using amazon connect streams, I am not aware how to use it in angular5. I searched throughly and I get the below js code. how to use it in angular5.
connect.core.initCCP(containerDiv, {
ccpUrl: ccpUrl, /*REQUIRED*/
loginPopup: true, /*optional, default TRUE*/
softphone: { /*optional*/
disableRingtone: true, /*optional*/
ringtoneUrl: ringtoneUrl /*optional*/
}
});