I'm building a video conferencing solution where participants first join a hall area where they check out the participants in the hall and then when desired are able to start a video conference.
The hall/room area displays a listing of the members connected to the room. I'm initializing the room by connecting with audio
and video
parameters set to false.
It's only when the participants choose to enter the conference that I need to set these parameters to true and then be able to retrieve the relevant tracks.
Is there a way to change the connect options after a connection is made?