mirror of https://github.com/vector-im/riot-web
parent
1c92e31683
commit
ae54a8f546
|
@ -305,6 +305,7 @@ export default class CallHandler extends EventEmitter {
|
|||
for (const call of this.calls.values()) {
|
||||
if (call.callId === callId) return call;
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
getCallForRoom(roomId: string): MatrixCall {
|
||||
|
|
Loading…
Reference in New Issue