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!

All Meeting settings in API with Python

albertcfranca
Newcomer
Newcomer

Hey guys, 

Anyone can help me where i can find all the possible settings working with an API to the zoom meetings.

 

So far i got these ones, but i wanna to be able to change even more settings to an meetings, like lock participants audio and camera functions...

 

meetingdetails = {"topic": "The title of your zoom meeting",
                  "type": 2,
                  "start_time": "2019-06-14T10: 21: 57",
                  "duration": "45",
                  "timezone": "Europe/Madrid",
                  "agenda": "test",
 
                  "recurrence": {"type": 1,
                                 "repeat_interval": 1
                                 },
                  "settings": {"host_video": "true",
                               "participant_video": "true",
                               "join_before_host": "False",
                               "mute_upon_entry": "False",
                               "watermark": "true",
                               "audio": "voip",
                               "auto_recording": "cloud"
                               }
1 ACCEPTED SOLUTION

beardbrad
Community Champion | Employee
Community Champion | Employee

albertfranca,

 

All of the parameters used to created a Zoom meeting via API are shown here (expand the exampled) Create a meeting with the Zoom API . This included the ability to control video/audio of participants at entry. 

 

If this answered your question, please accept it as a solution so it may help others.

 

Thanks,

 

Brad

View solution in original post

2 REPLIES 2

beardbrad
Community Champion | Employee
Community Champion | Employee

albertfranca,

 

All of the parameters used to created a Zoom meeting via API are shown here (expand the exampled) Create a meeting with the Zoom API . This included the ability to control video/audio of participants at entry. 

 

If this answered your question, please accept it as a solution so it may help others.

 

Thanks,

 

Brad

beardbrad
Community Champion | Employee
Community Champion | Employee

albertcfranca,

 

Just checking in to see if my solution was helpful. If it was, please mark it as a solution so it can help others!

 

Brad