-
staticZOHO.CRM.UI.Dialer.maximize(){Promise}
-
maximizes the CallCenter Window
Returns:
Type |
Description |
Promise
|
resolved with true | false |
-
staticZOHO.CRM.UI.Dialer.minimize(){Promise}
-
minimize the CallCenter Window
Returns:
Type |
Description |
Promise
|
resolved with true | false |
-
staticZOHO.CRM.UI.Dialer.notify(){Promise}
-
notify The user with an audible sound
Returns:
Type |
Description |
Promise
|
resolved with true | false |
-
staticZOHO.CRM.UI.Dialer.resize(dimensions){Promise}
-
Resize Telephony PopUp to the given dimensions
Name |
Type |
Description |
dimensions |
Object
|
Dimension of Dialer.
Name |
Type |
Description |
height |
Integer
|
Height in px |
width |
Integer
|
Width in px |
|
Returns:
Type |
Description |
Promise
|
resolved with true | false |