in the LK react example if connect returns we're assumed to be "connected" but this doesn't mean the peer connection happened. So right now what I see:
• call livekit connect
• no peer info was exchanged (no timeout here either)
• .connect returns
• no actual peer was connected
Not sure if this is a bug or if there's a better way i'm supposed to be doing this