cancel
Showing results for 
Search instead for 
Did you mean: 

All Meeting settings in API with Python

albertcfranca
Listener

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 | Zoom Employee
Community Champion | Zoom 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 | Zoom Employee
Community Champion | Zoom 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 | Zoom Employee
Community Champion | Zoom 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