What's a Media Toolbar?
Now, let's understand what a Media toolbar is.
Consider the media toolbar as a container provided by Fusion in which the media toolbar application (the partner application) can be embedded as shown in the following diagram:
- Notify Fusion about incoming calls, agent availability, and so on.
- Notify the partner application of user interactions in the Fusion application, such as when an outbound call is started in Fusion, sending a notification that the call was either accepted or declined from the Fusion application.
What's a partner application?
- An application developed by you
- An application provided by your partner
- Readily available toolbars provided by some CTI vendors
https
.- Notify Fusion about incoming calls, agent availability, and so on.
- Notify the partner application of user interactions in the Fusion application, such as when an outbound call is started in Fusion, sending a notification that the call was either accepted or declined from the Fusion application.
How can I launch the media toolbar?
You need to configure the media toolbar in Fusion before it's ready to use. Follow the instructions the Configure the media toolbar topic to get up and running.
Once its set up, here's how you launch it:
- Sign in to the Fusion application.
- You'll see a disabled phone icon on the homepage.
- Click the icon to open the media toolbar in a new browser window.
The partner application you've developed will load into the media toolbar window.
How do I communicate to the Fusion window from the media toolbar?
The media toolbar application you've configured might be a JavaScript application without any integrations with Fusion. To communicate with the Fusion window, you must inject a JavaScript library provided by Oracle called UI Events Framework (UEF) into your media toolbar application to fire the necessary APIs required for the integration. The integration to Fusion from the media toolbar application is a front end-to-front end based integration through the UEF library.
To access the media toolbar must have the Access Partner Media Toolbar privilege in Configure a user for CTI we'll assign this privilege to a user.
Here's the script:
<script src="https://static.oracle.com/cdn/ui-events-framework/libs/ui-events-framework-client.js"></script>