iota registering / login process
This commit is contained in:
parent
9a09cb4860
commit
0f536630d3
10 changed files with 307 additions and 383 deletions
|
|
@ -108,7 +108,8 @@ pub async fn clean_calls() {
|
|||
return;
|
||||
}
|
||||
};
|
||||
let room_service = RoomClient::with_api_key("https://call.tensamin.net", &api_key, &api_secret);
|
||||
let room_service =
|
||||
RoomClient::with_api_key("https://call.tensamin.net/", &api_key, &api_secret);
|
||||
|
||||
let rooms = match room_service.list_rooms(Vec::new()).await {
|
||||
Ok(rooms) => rooms,
|
||||
|
|
|
|||
Loading…
Reference in a new issue