Trickle ICE and/or waitng for ICE candidates

Can I confirm that the JavaScript library doesn’t use / support trickle ICE? (I don’t see any calls to addIceCandidate() ) … and that the public host address of the mediasoup server is sufficient to get ICE negotiation to succeed

I guess the browser will see the successful ICE candidate as “prflx” type?

The client and server do the work for you, support is not required and optional according to official documentation for connecting your RTCPeerConnection.

So no trickle no SDP; all one requires is to pass the correct parameters.