cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
555
Views
0
Helpful
2
Replies

list-meeting-breakout-sessions not returning breakout sessions

lbslbm0iz2
Level 1
Level 1

I am having trouble retrieving the breakout sessions for a meeting using the built-in use-the-API functions: https://developer.webex.com/docs/api/v1/meetings/list-meeting-breakout-sessions

 

Steps to reproduce

  1. Start a meeting in a Space
  2. Open an embedded App (PII is shared)
  3. Get the meeting id (using `id` property of the getMeeting() output)
  4. Start breakout rooms (and join said breakout room)
  5. Put meeting ID into the placeholder at https://developer.webex.com/docs/api/v1/meetings/list-meeting-breakout-sessions and push Run
  6. An empty array is returned

According to the docs the array should be populated with "Breakout Sessions information".

Is there some kind of limitation I'm running up against?

 

Further info

I've put the meeting id into https://developer.webex.com/docs/api/v1/meetings/get-a-meeting and that successfully returns the meeting details. However despite the breakout sessions being active the details show `"enabledBreakoutSessions": false`

2 Replies 2

Janos Benyovszki
Cisco Employee
Cisco Employee

@lbslbm0iz2 there is indeed a limitation with the https://developer.webex.com/docs/api/v1/meetings/list-meeting-breakout-sessions API, you cannot use meeting IDs of a scheduled personal room meeting at the moment, not sure if that is the case. If not, please open a ticket with our team - email to devsupport@webex.com - and specify the details, like the meeting payload as returned by https://developer.webex.com/docs/api/v1/meetings/get-a-meeting . Since this might contain personal information, it might be best to open the ticket as mentioned.

It's not a personal room, rather it's a meeting for a "space". I'll open a ticket with the support team.

Thanks!