Skip to content

Commit

Permalink
fix: remove incorrect rtpe offer parameter 'to-tag'
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Sep 27, 2023
1 parent c19a140 commit 0d1da54
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mods/rtprelay/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ export function offer(config: RTPEConfig) {
...sdpModifiers,
sdp: request.message.body,
"call-id": request.message.callId.callId,
"from-tag": request.message.from.tag,
"to-tag": request.message.to.tag
"from-tag": request.message.from.tag
})
}
}
Expand Down

0 comments on commit 0d1da54

Please sign in to comment.