-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move STUN/TURN to IANA-assigned ports - 3478 and 5349 (TLS) #6172
Conversation
Hi, thanks for your contribution! |
Can you grep through the whole repo for 4446, there are more places you are missing, like |
Thank you |
4446 does not occur anywhere in the repo but 4445 does, in that example you cited and one other file:
I changed these to
|
* fix: Uses room jids for the lobby notifications. * feat: lobby related notifications * deps: update clean-css (reland) Fix the incorrect paths (was a breaking change in version 4) by using the `--skip-rebase` cli option. * fix(dialout) whitelist dialout flag * fixed non valid json turkish language file * Move STUN/TURN to IANA-assigned ports - 3478 and 5349 (TLS) (jitsi#6172) * Move STUN/TURN to IANA-assigned ports - 3478 and 5349 (TLS) * Change remaining references to TURNS port from 4445 to 5349 * Change back TURNS to 443 * Update main.json with missing KnockingParticipantList string (jitsi#7246) Adding future translation possibilities * Update main-fr.json Fix translate FR and add "Security" translations * Update KnockingParticipantList.js In order to translate the title.. Pull request jitsi#7246 * Update main-fr.json Translate for "Add" in security option * Update main-fr.json Some translations for "invite" * Update mod_muc_poltergeist.lua Add avatar to user context so it is picked by the web interface * Update main-fr.json Translation 'prejoin' * deps: [email protected] * android: added configuration for user CA root trust * fix(prejoin): Don't add video track to connection on start if video muted * config: add flag to disable the E2EE support This is useful for testing insertable streams related issues. * deps: lib-jitsi-meet@latest * chore(deps): update lib-jitsi-meet to latest * rn,flags: add ability to override resolution using a flag Also, use the configured resolution to set it as the max received frame size. * rn: set default resolution to 360p (experiment) * conference: fix not applying max recv constraints They also need to be applied when changing conferences. * deps: jitsi/[email protected] * config: fix typo * deps: lib-jitsi-meet@latest * misc: add script to update LJM to the latest commit * fix(SecurityDialog): Fix password action spacing * feat(prejoin) cache media start options when on prejoin screen * feat(prejoin) Expose prejoin app * fix: Fixes import of moved function. * analytics: avoid error log when there are no handlers * config: Add option to set preferred audio bitrate. (jitsi#7072) The maxaveragebitrate parameter to be used by Opus can be configured through the new opusMaxAvgBitrate config option. Values are restricted by Opus to integers between 6000 to 510000. Works for non-p2p only. move option to Audio section, add documentation Co-authored-by: plokta <[email protected]> Co-authored-by: damencho <[email protected]> Co-authored-by: Bettenbuk Zoltan <[email protected]> Co-authored-by: Saúl Ibarra Corretgé <[email protected]> Co-authored-by: Tudor-Ovidiu Avram <[email protected]> Co-authored-by: Cem Ibrahim ARI <[email protected]> Co-authored-by: Frank de Lange <[email protected]> Co-authored-by: Florian <[email protected]> Co-authored-by: Maxence Dalmais <[email protected]> Co-authored-by: motiwardi <[email protected]> Co-authored-by: Vlad Piersec <[email protected]> Co-authored-by: Jaya Allamsetty <[email protected]> Co-authored-by: ALAGBE Sola <[email protected]> Co-authored-by: Mihai Uscat <[email protected]> Co-authored-by: plokta <[email protected]> Co-authored-by: plokta <[email protected]>
See #5714 (comment)
This change moves STUN/TURN to the IANA-assigned ports, 3478 and 5349 (TLS)