cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
Important updates from Zoom Support:
  • Starting February 3, 2025, Zoom Phone customers must add their phone numbers to an approved 10DLC campaign in order to use SMS/MMS capabilities on their numbers.

  • Introducing more live support options! More Zoom customers now have access to live agent chat support. Sign in and visit our Contact Support page to see all your available support options. Weā€™re here to help!

Need to integrate phone call in React

amitgupta
Newcomer
Newcomer

How can we integrate, making phone call from zoom in react js. i have implemented zoom meetings in react but i need make outgoing call from zoom api 

4 REPLIES 4

ted
Community Champion | Employee
Community Champion | Employee

@amitgupta would the following be sufficient for you to leverage?

https://marketplace.zoom.us/docs/guides/zoom-phone/outbound-call


Kind Regards,
Ted

amitgupta
Newcomer
Newcomer

@ted i want to implement this in code in my react. Like zoomsdk can you have any sdk or code to implment phone call in my code.

ted
Community Champion | Employee
Community Champion | Employee

Unfortunately we do not have Zoom Phone as part of the SDK.    I would encourage you to submit the request here.

In the meantime, let me ask a clarifying question.    Is the use case to permit a user to come to a publicly facing website to call an internal employee?    Would you mind elaborating on that?

 


Kind Regards,
Ted

amitgupta
Newcomer
Newcomer

No only authorized user will make a phone call with help of zoom SDK or zoom API. Like zoom SDK we can create a meeting and start video calling. is there any way to make a call on user's mobile from browser?