Keep call notification ringing while a call is present in the room (#4634)
This commit is contained in:
parent
3391e7cc55
commit
c39b480f82
5 changed files with 217 additions and 99 deletions
|
|
@ -18,7 +18,7 @@ class FakeCallNotificationEventResolver(
|
|||
lambdaError()
|
||||
},
|
||||
) : CallNotificationEventResolver {
|
||||
override fun resolveEvent(sessionId: SessionId, notificationData: NotificationData, forceNotify: Boolean): Result<NotifiableEvent> {
|
||||
override suspend fun resolveEvent(sessionId: SessionId, notificationData: NotificationData, forceNotify: Boolean): Result<NotifiableEvent> {
|
||||
return resolveEventLambda(sessionId, notificationData, forceNotify)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue