TURN Server question

Hi, I just want to confirm the following when using JVB:

  1. JVB will first attempt to route the WebRTC connection via STUN if there are only 2 participants in the room
  2. if #1 failed, JVB will attempt to route the WebRTC connection via a TURN server
    3 if #2 failed, JVB will auto-enable the SFU mode

Could someone please confirm? Thank you so much for your help!

Yep, that is correct. Two participants use direct connection if possible, if not turn server will be used, if one is configured for the deployment. If those fail connection will fallback to jvb. In the moment a third one joins all move to the jvb.

1 Like

Thanks man!