WIP: Update token module to support server api
This commit is contained in:
parent
5d433b1666
commit
19a2752674
5 changed files with 47 additions and 34 deletions
|
@ -31,6 +31,6 @@ impl Client {
|
|||
.build();
|
||||
|
||||
// token::create(api_key, secret_key, room_name, participant_name)
|
||||
self.http.request(req)
|
||||
// self.http.request(req)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue