mirror of
https://github.com/pion/webrtc.git
synced 2025-09-26 19:21:12 +08:00
Adressing linter errors
This commit is contained in:

committed by
Nils Ohlmeier

parent
f153325514
commit
3d4c996abf
@@ -397,12 +397,12 @@ func (e *SettingEngine) DisableMediaEngineCopy(isDisabled bool) {
|
||||
e.disableMediaEngineCopy = isDisabled
|
||||
}
|
||||
|
||||
// DisableMediaEngineMultipleCodecs disables the MediaEngine negotiating different codecs for
|
||||
// multiple media sections in the SDP. This is the new default behvior, because it makes
|
||||
// Pion more spec compliant. The value of this setting will get copied to every copy of the
|
||||
// MediaEngine generated for new PeerConnections (assuming DisableMediaEngineCopy is set to
|
||||
// false).
|
||||
// Note: this setting is targeted to be removed in release 4.2.0 (or later)
|
||||
// DisableMediaEngineMultipleCodecs disables the MediaEngine negotiating different codecs.
|
||||
// With the default value multiple media sections in the SDP can each negotiate different
|
||||
// codecs. This is the new default behvior, because it makes Pion more spec compliant.
|
||||
// The value of this setting will get copied to every copy of the MediaEngine generated
|
||||
// for new PeerConnections (assuming DisableMediaEngineCopy is set to false).
|
||||
// Note: this setting is targeted to be removed in release 4.2.0 (or later).
|
||||
func (e *SettingEngine) DisableMediaEngineMultipleCodecs(isDisabled bool) {
|
||||
e.disableMediaEngineMultipleCodecs = isDisabled
|
||||
}
|
||||
|
Reference in New Issue
Block a user