Jump to content
  • 0

Join conference room without starting video?


Javier Derderyan
 Share

Question

Hi,

I'm doing my first steps with ant-media and I'm playing with the conference app.
I'm trying to build a "one to many" app that will allow other participants to join with video at some point.
But so far I see that if I want a user to publish at some point of the call, the camera is enabled by default. And if the user joins as isPlayMode, I can't make it publish later.

Is there a way to join with "isPlayMode:false" but don't start the localvideo?
That way all users can join with the ability to publish, but it won't start they camera on join.

Regards,
Javier
Link to comment
Share on other sites

  • Answers 2
  • Created
  • Last Reply

Top Posters For This Question

Top Posters For This Question

2 answers to this question

Recommended Posts

  • 0

We created an issue about this. You can track the issue here : https://github.com/ant-media/Ant-Media-Server/issues/2489

As a workaround solution:
Add second webRTCAdaptor which should not have ability to play and should not join to the room. First WebRTCAdaptor will play and join. And when you click to the publish button, second webRTCadaptor would publish.
Best Regards,
Enes Kuluk.

Link to comment
Share on other sites

 Share

×
×
  • Create New...