Zoom Dial In (Toll Free number)

Description
To display global dial-in number associated with the meeting we are using following endpoint
GET /meetings/{meetingid}
and extracting the global-dial in number as responded in “settings” field.
But these global dial-in numbers are not listing the toll-free number associated with the meeting.

But when we the meeting is started using the start_url; the same endpoint starts showing the toll-free numbers also.

Error
How can we fetch all the global-dial in numbers (toll and toll-free) associated with the meeting before the meeting is started using API.?

Which App Type (OAuth / Chatbot / JWT / Webhook)?
Zoom API

Which Endpoint/s?
GET /meetings/{meetingid}

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Create meeting using API: POST # /users/{userId}/meetings
  2. Fetch the information of the created meeting using API: GET /meetings/{meetingid}
  3. This response of the fetch meeting will show the global dial-in numbers associated with the meeting. But these global dial-in numbers will not include the toll-free numbers.
  4. Start the meeting using the start_url that we fetched from Get Meetings endpoint.
  5. Again fetch information of the same meeting using API: GET /meetings/{meetingid}; now this request will fetch the response that includes toll-free numbers in the global dial-in numbers that are associated with the meeting.

Hi @ConnectWithShipra

Thanks for reaching out to the Zoom Developer Forum, I am happy to help here.
Just to summarize and to make sure that I am understanding correctly on what you are trying to achieve.
You are trying to find a way to fetch the global-dial in numbers toll and toll free associated with the meeting but before actually starting the meeting?

Best,
Elisa

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.