@snugdesk/avaya-ipo-widget 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of @snugdesk/avaya-ipo-widget might be problematic. Click here for more details.
|
@@ -127,7 +127,7 @@ class AvayaIPOService {
|
|
|
127
127
|
CONFIG_TEMPLATE = {
|
|
128
128
|
serviceType: 'phone', // value can be 'phone' or 'agent'
|
|
129
129
|
enableVideo: false,
|
|
130
|
-
Gateway: { ip: '
|
|
130
|
+
Gateway: { ip: 'snugipose.avayalab.in', port: '9443' },
|
|
131
131
|
Stunserver: { ip: '', port: '3478' },
|
|
132
132
|
Turnserver: { ip: '', port: '3478', user: '', pwd: '' },
|
|
133
133
|
AppData: { applicationID: '', applicationUA: '', appInstanceID: '' },
|