File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -397,12 +397,12 @@ func (e *SettingEngine) DisableMediaEngineCopy(isDisabled bool) {
397
397
e .disableMediaEngineCopy = isDisabled
398
398
}
399
399
400
- // DisableMediaEngineMultipleCodecs disables the MediaEngine negotiating different codecs for
401
- // multiple media sections in the SDP. This is the new default behvior, because it makes
402
- // Pion more spec compliant. The value of this setting will get copied to every copy of the
403
- // MediaEngine generated for new PeerConnections (assuming DisableMediaEngineCopy is set to
404
- // false).
405
- // Note: this setting is targeted to be removed in release 4.2.0 (or later)
400
+ // DisableMediaEngineMultipleCodecs disables the MediaEngine negotiating different codecs.
401
+ // With the default value multiple media sections in the SDP can each negotiate different
402
+ // codecs. This is the new default behvior, because it makes Pion more spec compliant.
403
+ // The value of this setting will get copied to every copy of the MediaEngine generated
404
+ // for new PeerConnections (assuming DisableMediaEngineCopy is set to false).
405
+ // Note: this setting is targeted to be removed in release 4.2.0 (or later).
406
406
func (e * SettingEngine ) DisableMediaEngineMultipleCodecs (isDisabled bool ) {
407
407
e .disableMediaEngineMultipleCodecs = isDisabled
408
408
}
You can’t perform that action at this time.
0 commit comments