Add basic sound handling infrastructure
This commit is contained in:
parent
e017d62e92
commit
138de37cbf
8 changed files with 495 additions and 32 deletions
|
@ -203,7 +203,7 @@ impl TestServer {
|
|||
language::init(cx);
|
||||
editor::init_settings(cx);
|
||||
workspace::init(app_state.clone(), cx);
|
||||
call::init(client.clone(), user_store.clone(), cx);
|
||||
call::init(client.clone(), user_store.clone(), (), cx);
|
||||
});
|
||||
|
||||
client
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue