Hello, we have developed an application in react and react-native that allows a lawyer to be linked to a client for advice.
We need to use the zoom api to link the participants via audio and perhaps have the client use the regional telephone number to enter the meeting.
Could you guide us on which of your products we should use and if it is possible to do the task described above?
Thank you
Thank you for posting in the Zoom Developer forum, @samuel_etelco. To clarify, when you say “link the participants via audio,” are you looking to have the lawyer dial into the meeting?
There are a couple of options you can consider to achieve this. For example, with the Create Meeting API, the response will include the meeting number the lawyers can dial to join the meeting.
Create a meeting
Depending on the type of integration, you can leverage the Zoom Meeting SDK to accomplish this as well. The Zoom SDK has call-out options.
callOut
Is your use case that the lawyer logs into your app then clicks a link which connects them with the client? And is the user in the meeting waiting for the lawyer to enter? What happens before the call? How does the client get into the meeting? Can you share more details about your use case?