Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Bug 1157766: mismatched DataChannel initial channel size in JSEP data…
Browse files Browse the repository at this point in the history
…base breaks adding channels r=bwc
  • Loading branch information
jesup committed Apr 23, 2015
1 parent 2e072e2 commit 33ea7aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion media/webrtc/signaling/src/jsep/JsepSessionImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include "signaling/src/sdp/Sdp.h"
#include "signaling/src/sdp/SipccSdp.h"
#include "signaling/src/sdp/SipccSdpParser.h"
#include "mozilla/net/DataChannelProtocol.h"

namespace mozilla {

Expand Down Expand Up @@ -2432,7 +2433,7 @@ JsepSessionImpl::SetupDefaultCodecs()
mCodecs.values.push_back(new JsepApplicationCodecDescription(
"5000",
"webrtc-datachannel",
16
WEBRTC_DATACHANNEL_STREAMS_DEFAULT
));
}

Expand Down

0 comments on commit 33ea7aa

Please sign in to comment.