ruell magpayo Posted May 5, 2021 Share Posted May 5, 2021 in this endpoint https://antmedia.io/rest/#/BroadcastRestService/createConferenceRoomV2 what is "roomStreamList": [ "string" ] which is an array of strings, and how do we use it? I cant seem to find any description or documentation about it Link to comment Share on other sites More sharing options...
0 Selim Emre Posted May 6, 2021 Share Posted May 6, 2021 Hi, Have a good day. roomStreamList is stream ID lists that are in conference room. You can add/remove roomStreamList with below REST services: https://antmedia.io/rest/#/BroadcastRestService/addStreamToTheRoom https://antmedia.io/rest/#/BroadcastRestService/deleteStreamFromTheRoom I cant seem to find any description or documentation about it Yes, you're absolutely right. I think we need to update WebRTC Conference Room Guide. I have added a task for this issue -> https://github.com/ant-media/Ant-Media-Server/issues/3238 Is it clear for you? Best Regards, Selim Link to comment Share on other sites More sharing options...
0 ruell magpayo Posted May 6, 2021 Author Share Posted May 6, 2021 yes, its clear, thank you,I just asked the question as it may look like in the rest documentation that that field is needed along with roomId, startDate and endDate., that is why I a asked how to fill it up.also while were at it, can I create a room that has will be there forever until deleted, or should i just explicitly add an enddate with say 10 years worth of enddate? I assume startDate and endDate are unix time stamp in seconds right? Link to comment Share on other sites More sharing options...
0 Selim Emre Posted May 8, 2021 Share Posted May 8, 2021 Hi, Have a good weekend. while were at it, can I create a room that has will be there forever until deletedYes, exactly. Conference Room valid for everyone by default. But if you change startDate or endDate parameters, conference rooms stream accepts will change. Let's say: no one cannot pass conference room if startDate/endDate is not valid. I assume startDate and endDate are unix time stamp in seconds right? Yes, startDate and endDate can usable with Unix timestamp. Best Regards, Selim Link to comment Share on other sites More sharing options...
Question
ruell magpayo
in this endpoint https://antmedia.io/rest/#/BroadcastRestService/createConferenceRoomV2
Link to comment
Share on other sites
Top Posters For This Question
2
2
Popular Days
May 6
2
May 5
1
May 8
1
Top Posters For This Question
Selim Emre 2 posts
ruell magpayo 2 posts
Popular Days
May 6 2021
2 posts
May 5 2021
1 post
May 8 2021
1 post
Posted Images
3 answers to this question
Recommended Posts