Jump to content
  • 0

Get VODs by streamId or roomID


Reeti Garg
 Share

Question

  • Answers 2
  • Created
  • Last Reply

Top Posters For This Question

Popular Days

Top Posters For This Question

2 answers to this question

Recommended Posts

  • 0
Hi Reeti! My recommendation is tweak conference html to set streamId to match roomId. You can also use roomId as prefix and then add a random number for conference participants.

For Example:


function joinRoom() { webRTCAdaptor.joinRoom(roomNameBox.value, roomNameBox.value);  }



On Monday, 1 June 2020 07:48:27 UTC-4, Reeti Garg wrote:
Is there a way to get a recorded VOD details by its streamId(webrtc broadcast) or roomId(In conference's case)? As in the documentation(https://antmedia.io/rest/#/VoD%20Rest%20Service/getVodList), VODs can only be fetched by the vodId.
Also when more than two people are in conference room, is there a way to record both of their streams combined?
Link to comment
Share on other sites

  • 0
Hi,
That's  a great advice but is it necessary to make a request to all the VODs if I want a specific roomId's  or a specific streamId's details? 

On Monday, June 1, 2020 at 8:31:48 PM UTC+5:30, Mark Sergienko wrote:
Hi Reeti! My recommendation is tweak conference html to set streamId to match roomId. You can also use roomId as prefix and then add a random number for conference participants.

For Example:


function joinRoom() { webRTCAdaptor.joinRoom(roomNameBox.value, roomNameBox.value);  }



On Monday, 1 June 2020 07:48:27 UTC-4, Reeti Garg wrote:
Is there a way to get a recorded VOD details by its streamId(webrtc broadcast) or roomId(In conference's case)? As in the documentation(https://antmedia.io/rest/#/VoD%20Rest%20Service/getVodList), VODs can only be fetched by the vodId.
Also when more than two people are in conference room, is there a way to record both of their streams combined?
Link to comment
Share on other sites

 Share


×
×
  • Create New...