Meeting telephone not returning when creating a meeting

When using the google calendar plugin to activate a zoom meeting, we get a really nice message with the telephone and the zoom url. I would like to know, is there a rest api that will retrieve the meeting telephone number that users can use to join the meeting. I am building a custom calendar webpage and want the telephone plus the url to show up. 

As of right now, everything else is working without no problems. Just not getting back a telephone number. Thank you in advance.

 

 

Hi Vesselin,

 

These numbers are static an not unique to a meeting. You can find a list of numbers at https://zoom.us/zoomconference. You would also want to use some geolocation service to display the appropriate phone number based on the users location, as these numbers are toll based.

Thank you, that makes a lot of sense. I appreciate the response. Very helpful!!