membraneframework-labs / membrane_live

Webinar app in React, Phoenix and Membrane
Apache License 2.0
12 stars 2 forks source link

Fixed presenter joining WebRTC without any tracks. #133

Closed roznawsk closed 1 year ago

roznawsk commented 1 year ago

Fixed issue with presenter joining without any tracks connected. That happened when we joined immediately after becoming a presenter. Connecting tracks takes some time and if we joined before that it caused the peer to join without audio or video tracks and made the engine crash.

pkrucz00 commented 1 year ago

👍