Skip to content

Instantly share code, notes, and snippets.

@sf-wilson
Forked from tylerlong/callcenter.xml
Created March 29, 2021 09:28
Show Gist options
  • Save sf-wilson/7a3e4ec44fec67f6caeac41227dd15cf to your computer and use it in GitHub Desktop.
Save sf-wilson/7a3e4ec44fec67f6caeac41227dd15cf to your computer and use it in GitHub Desktop.
Salesforce Open CTI RingCentral integration
<callCenter>
<section sortOrder="0" name="reqGeneralInfo" label="General Information">
<item sortOrder="0" name="reqInternalName" label="Internal Name">RingCentralAdapterOpenCTI</item>
<item sortOrder="1" name="reqDisplayName" label="Display Name">RingCentral Call Center Adapter Open CTI</item>
<item sortOrder="2" name="reqAdapterUrl" label="CTI Adapter URL">/apex/RCPhone</item>
<item sortOrder="3" name="reqUseApi" label="Use CTI API">true</item>
<item sortOrder="4" name="reqSoftphoneHeight" label="Softphone Height">550</item>
<item sortOrder="5" name="reqSoftphoneWidth" label="Softphone Width">300</item>
<item sortOrder="6" name="reqSalesforceCompatibilityMode" label="Salesforce Compatibility Mode">Lightning</item>
</section>
</callCenter>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment