Assistance required!

We have integrated zoom API in our application, and If we want both the host and participants to be able to share their screens during a Zoom meeting, any specific settings in the meeting creation request is required? Could you please help

{
  "topic": "Your Meeting Topic",
  "type": 2,
  "start_time": "2024-03-20T12:00:00",
  "duration": 60,
  "settings": {
    "screen_share": "everyone" // Like this 
  }
}

I have referred this, Zoom Meeting API but can’t find any solution

Hi @zoomadmin7 ,

I believe we can only do that via ui settings at the moment.

1 Like

Thankyou for the response

1 Like

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