Skip to content

Commit

Permalink
fix: correct typo on rtcp-mux flag for phone-to-web in RTPRelay
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Feb 11, 2024
1 parent d68cda7 commit 04536fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/rtprelay/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export function getRTPEParamsByDirection(dir: Direction) {
case Direction.PHONE_TO_WEB:
return {
"transport-protocol": "UDP/TLS/RTP/SAVPF",
"rtcp-mux": "required",
"rtcp-mux": "require",
ICE: "force",
SDES: "off",
flags: [
Expand Down

0 comments on commit 04536fd

Please sign in to comment.