Jump to content
  • 0

Creating a new conference room with api


Muhammet Taşkale
 Share

Question

Hello,

I'm creating a conference room using api, but I can't see it in the admin panel. 

https://xxx:5443/WebRTCAppEE/rest/v2/broadcasts/conference-rooms

Response:

{
    "roomId": "room01",
    "startDate": 1678191521,
    "endDate": 1678195121,
    "roomStreamList": [],
    "mode": "mcu",
    "originAdress": null
}

 

Screenshot 2023-03-07 at 15.18.49.png

Screenshot 2023-03-07 at 15.19.56.png

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0
6 minutes ago, Muhammet Taşkale said:

Hello,

I'm creating a conference room using api, but I can't see it in the admin panel. 

https://xxx:5443/WebRTCAppEE/rest/v2/broadcasts/conference-rooms

Response:

{
    "roomId": "room01",
    "startDate": 1678191521,
    "endDate": 1678195121,
    "roomStreamList": [],
    "mode": "mcu",
    "originAdress": null
}

 

Screenshot 2023-03-07 at 15.18.49.png

Screenshot 2023-03-07 at 15.19.56.png

Hi @Muhammet Taşkale,

How are you?

Yes, it is an expected behaviour.

The roomIds are not shown on the web panel. It shows the running/created streams.

The conference room list can be fetched from the database with REST API call

Thank you

  • Thanks 2
Link to comment
Share on other sites

 Share

×
×
  • Create New...