Skip to content

Commit 04536fd

Browse files
committed
fix: correct typo on rtcp-mux flag for phone-to-web in RTPRelay
1 parent d68cda7 commit 04536fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mods/rtprelay/src/utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export function getRTPEParamsByDirection(dir: Direction) {
7272
case Direction.PHONE_TO_WEB:
7373
return {
7474
"transport-protocol": "UDP/TLS/RTP/SAVPF",
75-
"rtcp-mux": "required",
75+
"rtcp-mux": "require",
7676
ICE: "force",
7777
SDES: "off",
7878
flags: [

0 commit comments

Comments
 (0)