mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-02 04:05:56 +00:00
@@ -1249,8 +1249,10 @@ describe("shouldWaitForCallPickup$", () => {
|
||||
r: () => {
|
||||
rtcSession.emit(
|
||||
MatrixRTCSessionEvent.DidSendCallNotification,
|
||||
{ lifetime: 30 } as unknown as IRTCNotificationContent,
|
||||
{} as unknown as ICallNotifyContent,
|
||||
{ lifetime: 30 } as unknown as {
|
||||
event_id: string;
|
||||
} & IRTCNotificationContent,
|
||||
{} as unknown as { event_id: string } & ICallNotifyContent,
|
||||
);
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user