Custom OpenFrame Communications from UI Builder
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2024 07:29 AM
I have a UI Page that whenever I click on a button / phone number, I'd be able to make an outbound call. It doesn't work on Service Operation Workspace, and I'm trying to make it work:
The client script that works, sends an event on the openframe_request to perform outbound calls:
var context = {'payload': payload, 'method': "openframe_communication"};
CustomEvent.fireAll("openframe_request", context);
How can I do it on api.emit?
0 REPLIES 0