Question

Example of adding first caller to conference from the backend?

  • 16 November 2023
  • 2 replies
  • 72 views

https://developers.ringcentral.com/guide/voice/conference gives an example of adding the first caller to a conference using the Web Phone SDK. But how do I add the first caller from the backend?


2 replies

Userlevel 1

It's right there in the dev guide. After you create a conference and get the voiceCallToken, send a SIP invite with that token is the step that adds the host to the conference.

send the SIP invite to what endpoint with what protocol?

Reply