You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a basic way to create SDP and set it as Local Description in Sipsorcery.
var pc = CreatePeerConnection();
var offerSdp = pc.createOffer(null);
How can I change the SDP offer? For example, a=max-message-size:262144, this is a default size in the SDP offer. I want to change SDP to change the number.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This is a basic way to create SDP and set it as Local Description in Sipsorcery.
How can I change the SDP offer? For example,
a=max-message-size:262144
, this is a default size in the SDP offer. I want to change SDP to change the number.Beta Was this translation helpful? Give feedback.
All reactions