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
Copy file name to clipboardExpand all lines: src/SIPSorcery/net/RTP/RTPSession.cs
+16-37Lines changed: 16 additions & 37 deletions
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,7 @@ public class RTPSession : IMediaSession, IDisposable
111
111
privatestringm_sdpSessionID=null;// Need to maintain the same SDP session ID for all offers and answers.
112
112
privateulongm_sdpAnnouncementVersion=0;// The SDP version needs to increase whenever the local SDP is modified (see https://tools.ietf.org/html/rfc6337#section-5.2.5).
113
113
internalintm_rtpChannelsCount=0;// Need to know the number of RTP Channels
114
+
privateintm_nextMediaInsertionOrder=0;// Need to keep track of insertion order of different media for SDP renegotiation.
114
115
115
116
// The stream used for the underlying RTP session to create a single RTP channel that will
116
117
// be used to multiplex all required media streams. (see addSingleTrack())
0 commit comments