Skip to content
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

Add TURN server parameters to start.sh script #4428

Merged
merged 7 commits into from
Oct 10, 2022
Merged

Conversation

muratugureminoglu
Copy link
Collaborator

@muratugureminoglu muratugureminoglu commented Sep 26, 2022

No description provided.

Copy link
Contributor

@mekya mekya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you just please take a look at the comments?

# Turn server configuration.
if [ ! -z "${TURN_URL}" ] || [ ! -z "${TURN_USERNAME}" ] || [ ! -z ${TURN_PASSWORD} ]; then
for applist in $LIST_APPS; do
echo -e "settings.webrtc.stunServerURI=turn:${TURN_URL}\nsettings.webrtc.turnServerUsername=${TURN_USERNAME}\n
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to force "turn:", it can be stun server as well.

@@ -15,6 +15,12 @@
# -u: MongoDB username: Deprecated. Just give the username in the connection string with -h parameter
#
# -p: MongoDB password: Deprecated. Just give the password in the connection string with -h parameter
#
# -a: TURN Server URL
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please give the url format simply. I think it should start with turn: or stun:

@sonarcloud
Copy link

sonarcloud bot commented Oct 10, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@mekya mekya changed the title Add turn server parameters Add TURN server parameters to start.sh script Oct 10, 2022
@mekya mekya merged commit 2f50176 into master Oct 10, 2022
@mekya mekya deleted the add_turn_server_parameters branch October 10, 2022 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants