WIP
This commit is contained in:
parent
81d83841ab
commit
499b8f5f55
13 changed files with 245 additions and 263 deletions
|
@ -78,7 +78,7 @@ impl Client {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn room_token_for_user(&self, room: &str, identity: &str) -> Result<String> {
|
||||
pub fn room_token(&self, room: &str, identity: &str) -> Result<String> {
|
||||
token::create(
|
||||
&self.key,
|
||||
&self.secret,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue