(Auto)update libjingle 69506154-> 69515138
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6488 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -119,6 +119,7 @@ const char MediaConstraintsInterface::kHighBitrate[] =
|
||||
const char MediaConstraintsInterface::kVeryHighBitrate[] =
|
||||
"googVeryHighBitrate";
|
||||
const char MediaConstraintsInterface::kPayloadPadding[] = "googPayloadPadding";
|
||||
const char MediaConstraintsInterface::kOpusFec[] = "googOpusFec";
|
||||
|
||||
|
||||
// Set |value| to the value associated with the first appearance of |key|, or
|
||||
|
||||
@@ -134,6 +134,11 @@ class MediaConstraintsInterface {
|
||||
static const char kVeryHighBitrate[]; // googVeryHighBitrate
|
||||
static const char kPayloadPadding[]; // googPayloadPadding
|
||||
|
||||
// PeerConnection codec constraint keys. This should be combined with the
|
||||
// values above.
|
||||
// kOpusFec controls whether we ask the other side to turn on FEC for Opus.
|
||||
static const char kOpusFec[]; // googOpusFec
|
||||
|
||||
// The prefix of internal-only constraints whose JS set values should be
|
||||
// stripped by Chrome before passed down to Libjingle.
|
||||
static const char kInternalConstraintPrefix[];
|
||||
|
||||
@@ -615,6 +615,10 @@ bool WebRtcSession::Initialize(
|
||||
cricket::VideoOptions::HIGH);
|
||||
}
|
||||
|
||||
SetOptionFromOptionalConstraint(constraints,
|
||||
MediaConstraintsInterface::kOpusFec,
|
||||
&audio_options_.opus_fec);
|
||||
|
||||
const cricket::VideoCodec default_codec(
|
||||
JsepSessionDescription::kDefaultVideoCodecId,
|
||||
JsepSessionDescription::kDefaultVideoCodecName,
|
||||
|
||||
Reference in New Issue
Block a user