Skip to content

Commit

Permalink
fix: we only want to receive audio now
Browse files Browse the repository at this point in the history
  • Loading branch information
birme committed Jun 28, 2024
1 parent 125bf33 commit 1515d8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ export class Connection {
ext.uri ===
'http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time'
);
} else {
media.port = 0;
}
}
parsedSDP.groups = [
Expand Down

0 comments on commit 1515d8d

Please sign in to comment.