Ensure the user can join the call even if they has joined a call in another session.
This commit is contained in:
parent
2a35edb14a
commit
0bbb1ac23d
10 changed files with 116 additions and 1 deletions
|
|
@ -20,6 +20,7 @@ setupAnvil()
|
|||
dependencies {
|
||||
api(projects.features.roomcall.api)
|
||||
implementation(libs.kotlinx.collections.immutable)
|
||||
implementation(projects.features.call.api)
|
||||
implementation(projects.libraries.architecture)
|
||||
implementation(projects.libraries.matrix.api)
|
||||
implementation(projects.libraries.matrixui)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue