function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
VDaveVDave 

Open CTI Softphone Height

The API (http://www.salesforce.com/us/developer/docs/api_cti/api_cti.pdf) provides a way to set the Softphone Height setSoftphoneHeight() but this api call sets the softphone height for every softphone object. I would like a way to set the height of a specific tab/window. As far as I can tell there is no support or way to accomplish this.

Use Case:
I want to allow users to have multiple calls up in different states in different tabs/browsers. As such I would like the height to be different based on their state.
AmitAmit (Salesforce Developers) 
Hello,

setSoftphoneHeight() function is called when softphone loads so instead of hardcoding it you can set that value dynamically.
Tovin HudsonTovin Hudson
Did you ever find a solution?