mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-19 06:20:25 +00:00
Update signature
This commit is contained in:
@@ -968,7 +968,10 @@ export class CallViewModel extends ViewModel {
|
||||
? this.scope.behavior<
|
||||
"unknown" | "ringing" | "timeout" | "decline" | "success"
|
||||
>(
|
||||
combineLatest(this.livekitDisconnected$, this.someoneElseJoined$).pipe(
|
||||
combineLatest([
|
||||
this.livekitDisconnected$,
|
||||
this.someoneElseJoined$,
|
||||
]).pipe(
|
||||
switchMap(([isDisconnected, someoneElseJoined]) => {
|
||||
if (isDisconnected) {
|
||||
// Do not ring until we're connected.
|
||||
|
||||
Reference in New Issue
Block a user