WIP: Update token module to support server api

This commit is contained in:
Nathan Sobo 2022-10-14 10:00:50 -06:00 committed by Antonio Scandurra
parent 5d433b1666
commit 19a2752674
5 changed files with 47 additions and 34 deletions

View file

@ -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)
}
}