Skip to content

Commit

Permalink
wip.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Sep 14, 2023
1 parent 75c276f commit 2ace813
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/src/core/transport.dart
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,6 @@ class Transport extends Disposable {

// mung sdp for codec bitrate setting that can't apply by sendEncoding
for (var trackbr in _bitrateTrackers) {
ensureVideoDDExtensionForSVC(media, media['type'], media['port'],
media['protocol'], media['payloads']);

if (media['msid'] == null ||
trackbr.cid == null ||
!(media['msid'] as String).contains(trackbr.cid!)) {
Expand Down

0 comments on commit 2ace813

Please sign in to comment.