Use Case scenario :
In case of Priority 1 incident in ServiceNow, we need to automate the system to start a conference meeting with pre-determined users in Circuit application.
REST API to create conversation is available but not to start conference.
We need to avoid manual intervention and to auto start the conference on creation of Priority 1 incident.
Queries :
1) Kindly advise if there is any way we can achieve this or circuit team will have some development plan to develop API to auto start conference.
2) If we use JS SDK, which have functionality available to create and start conference, so do we need to login every time while starting the conference from ServiceNow.
3) For JS SDK (implicit grant type), how authorization works for end user. How client id generated in circuit will be used for each end user. Can end user user their own circuit credentials to create and start conference.
4) When I use JS SDK to start conference, conference is getting started in my ServiceNow application then I need to pull request is Circuit application. Is there any way we can directly start conference in Circuit application.