Mediasoup webrtc connection type ?

Hello everyone ,
Which one does mediasoup use in webrtc connection?
I didn’t see it in the documentation


[image]

As far as I understand, this information is generated during the sdp offer.
a=group:BUNDLE and a=rtcp-mux.
both => a=group:BUNDLE and a=rtcp-mux.
Is the above information correct?
If I only want to use bundle, how can I change the sdp information of the mediasoup client?

Mediasoup server does not use SDP at all. And mediasoup client isolates the application client from the SDP used by the underlying p2p WebRTC client (i.e. browser or libwebrtc). If you want to use SDP for some purpose, you probably need something other than mediasoup.

It is the green one if you’re using one transport (which you probably should).

1 Like