Question

how can I test the conference call functionality in RingCentral WebPhone Demo

  • 20 December 2023
  • 2 replies
  • 142 views

I login in RingCentral WebPhone Demo https://ringcentral.github.io/ringcentral-web-phone/

than i Received a call from partyA and after that I click on start conference button to start conference call and I also make call to another caller partyB then pop up get open and I again click on start conference button but my conference call not start tell me the correct steps line by line to test the conference call functionality on demo app


2 replies

The conferenrece feature in the demo app is very limited. It just create a new conference and bring the current user in. There is no UI to bring more users in.

To make a new call to user and bring the user in, you may also reference this article: https://medium.com/@tylerlong/programmatically-bring-people-to-a-conference-call-b4604535c552


Combine the WebPhone Demo and the article above to implement it.


Reply