We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d68cda7 commit 04536fdCopy full SHA for 04536fd
mods/rtprelay/src/utils.ts
@@ -72,7 +72,7 @@ export function getRTPEParamsByDirection(dir: Direction) {
72
case Direction.PHONE_TO_WEB:
73
return {
74
"transport-protocol": "UDP/TLS/RTP/SAVPF",
75
- "rtcp-mux": "required",
+ "rtcp-mux": "require",
76
ICE: "force",
77
SDES: "off",
78
flags: [
0 commit comments