How can I get the number of call participants and their related data in an embeddable framework? I am performing an internal conference call here is the data that I am getting.
Hi @jacobshaw
can we use Genesys Conversation api for the this? /api/v2/conversations/calls/{conversationId} as we have interaction Id . and we can also get auth token by using window.PureCloud.User.getAuthToken(function (token) { console.log("TOKEN: ", token); authToken = token; })
is it good or not to use /api/v2/conversations/calls/{conversationId} outside the framework.js file
Thank you @jacobshaw …its mean I can use genesys API's outside the framework.js without any issue for performing any operation. because according to the documentation of Embedable framework User.getAuthToken returns a Genesys Cloud authentication token for making public API requests.
According to you which one approach is recommended with respect to the performance
1:Set participant data
2: using Genesys API