Implement TURN server authentication with hmac
This is a prefered method to allow limited access to the TURN server
This commit is contained in:
parent
109892b4b7
commit
9fccbb014a
5 changed files with 88 additions and 7 deletions
|
@ -242,6 +242,10 @@ impl Globals {
|
|||
&self.config.turn_username
|
||||
}
|
||||
|
||||
pub fn turn_secret(&self) -> &String {
|
||||
&self.config.turn_secret
|
||||
}
|
||||
|
||||
/// TODO: the key valid until timestamp is only honored in room version > 4
|
||||
/// Remove the outdated keys and insert the new ones.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue