[Element Call] Keep MatrixClient alive while the call is working (#1695)
* Element Call: keep MatrixClient alive to get event updates
This commit is contained in:
parent
3bbaf8e5e7
commit
355ee95964
8 changed files with 125 additions and 16 deletions
|
|
@ -49,7 +49,7 @@ class MatrixClientsHolder @Inject constructor(private val authenticationService:
|
|||
sessionIdsToMatrixClient.remove(sessionId)
|
||||
}
|
||||
|
||||
fun getOrNull(sessionId: SessionId): MatrixClient? {
|
||||
override fun getOrNull(sessionId: SessionId): MatrixClient? {
|
||||
return sessionIdsToMatrixClient[sessionId]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue