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

Feature/turn server integration #203

Merged
merged 8 commits into from
Dec 21, 2023
Merged

Conversation

Nomandes
Copy link
Contributor

@Nomandes Nomandes commented Dec 19, 2023

Turn Server Integration

The .env file has to support the configuration of an stun and turn server. The configuration is given by PeerJS and has to look like this:
{ url: 'turn:my.server.com', credential: 'password', username: 'user' }

@Nomandes
Copy link
Contributor Author

Implementation is running locally and parses the urls as needed. Implementation has to be tested on an actual system

@Nomandes Nomandes requested a review from NearW December 19, 2023 15:50
@Nomandes Nomandes added the feature New feature or request label Dec 19, 2023
@Nomandes Nomandes marked this pull request as ready for review December 19, 2023 15:50
Copy link
Collaborator

@NearW NearW left a comment

Choose a reason for hiding this comment

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

LGTM

@Nomandes Nomandes merged commit 5573e66 into master Dec 21, 2023
1 check passed
@Nomandes Nomandes deleted the feature/turn_server_integration branch December 21, 2023 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants