https://github.com/libp2p/js-libp2p/blob/a41d25d49696febd7fd903bbdcc95ebaeb5d4b35/packages/transport-webrtc/src/private-to-public/sdp.ts#L136 Hi, I am reviewing the spec as I implement it in https://github.com/libp2p/rust-libp2p/pull/4248 when I noticed this is not in accordance with the spec ```gmf A MUST set the a=max-message-size:16384 SDP attribute. ``` ref: https://github.com/libp2p/specs/blob/master/webrtc/webrtc-direct.md#browser-to-public-server I'm not sure what the impact is as I've used js-WebRTC and it seems to work fine, but I wanted to raise the issue nontheless
js-libp2p/packages/transport-webrtc/src/private-to-public/sdp.ts
Line 136 in a41d25d
Hi, I am reviewing the spec as I implement it in libp2p/rust-libp2p#4248 when I noticed this is not in accordance with the spec
ref: https://github.com/libp2p/specs/blob/master/webrtc/webrtc-direct.md#browser-to-public-server
I'm not sure what the impact is as I've used js-WebRTC and it seems to work fine, but I wanted to raise the issue nontheless