Jump to content
  • 0

Enterprise iOS SDK conference mode


Mark Sergienko
 Share

Question

Can you share any information on how to get SDK working with web page in conference mode? 

I got it running with peer.html in P2P mode, but then recording is impossible on server?

For conference mode do you choose "publish" in example app and same room id? When using room id stream id is randomly generated? 

Thanks in advance, 

Mark
Link to comment
Share on other sites

  • Answers 2
  • Created
  • Last Reply

Top Posters For This Question

2 answers to this question

Recommended Posts

  • 0
Actually we've got it working. You can join room with stream id as a parameter. If you don't provide streamId (null), random one is generated.

The streams are being recorded on server.

The problem we're having now is some streams are not closing automatically if a window is closed (without explicitly leaving the conference room). Do you have any idea how server can check and disconnect the idle streams?
 


On Wednesday, 22 April 2020 10:56:02 UTC-4, mahmut asım Onat wrote:
Hi Mark,

In the conference mode, you only create a conference room and people join that room using the room id, there is no stream id in that. For P2P recording, you can use a trick to save the stream by saving the stream locally then sending it to the server. 

Best,
Asim
Link to comment
Share on other sites

 Share

×
×
  • Create New...