This repository has been archived by the owner on Aug 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Conflicts: # src/signalling/participants.rs # src/turn/service.rs
# Conflicts: # Cargo.lock
alexlapa
added
feature
New feature or request
k::api
Related to API (application interface)
k::security
Related to security
labels
Feb 12, 2020
FCM:
|
tyranron
added
k::design
Related to overall design and/or architecture
enhancement
Improvement of existing features or bugfix
and removed
k::api
Related to API (application interface)
labels
Feb 14, 2020
tyranron
suggested changes
Feb 14, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Requires polishing.
alexlapa
force-pushed
the
drop-coturn-sessions-via-telnet
branch
from
February 17, 2020 09:09
17eefe7
to
4d2e7dc
Compare
tyranron
approved these changes
Feb 19, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FCM
Drop Coturn sessions via Telnet (#84)
- create 'medea-coturn-telnet-client' crate to access Coturn admin interface via Telnet
- add [turn.cli] and [turn.cli.pool] config sections
- drop Coturn user sessions on Coturn server while deleting its credentials
Additionally:
- upd 'medea-demo' Helm chart with new config options
- use original names of Coturn config options in 'medea-demo' Helm chart values
- fix [turn.db.redis] docs and types
- use --all-features flag when testing sub-crates
- update Dockerfiles to consider new sub-crate
tyranron
changed the title
WIP: Drop Coturn sessions via telnet
Drop Coturn sessions via Telnet
Feb 19, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
enhancement
Improvement of existing features or bugfix
feature
New feature or request
k::design
Related to overall design and/or architecture
k::security
Related to security
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Synopsis
We want to have guaranteed way to drop media transmission.
Solution
If peers are connected via turn server, we can cancel corresponding session on Coturn via admin telnet cli.
Checklist
WIP:
prefixk::
labels appliedWIP:
prefix is removed