Custom app to perform call controls

Hi,

How to create a custom web app to perform all basic call controls? What all the api I need to use? How to make use of WebRTC?

Thanks

First, learn about Authorization and choose the method best suited to your architecture. Then you can find information about the Conversations APIs here: https://developer.genesys.cloud/api/rest/v2/conversations/

You can find information about the WebRTC SDK here: https://developer.genesys.cloud/api/webrtcsdk/

If you have any specific questions after reviewing the docs and attempting to implement these things, don't hesitate to ask.

Thanks for the information, It's an angular application I'm developing. Implicit grant is the authorization method. If I'm using WebRTC do I need to use conversation api separately?

Only if you want to perform operations that require using both. The WebRTC SDK can only performs the operations it documents; other functions require using the Platform API.

Is there any sample application which uses WebRTC?

This topic was automatically closed after 30 days. New replies are no longer allowed.