@@ -1249,8 +1249,10 @@ describe("shouldWaitForCallPickup$", () => {
|
|||||||
r: () => {
|
r: () => {
|
||||||
rtcSession.emit(
|
rtcSession.emit(
|
||||||
MatrixRTCSessionEvent.DidSendCallNotification,
|
MatrixRTCSessionEvent.DidSendCallNotification,
|
||||||
{ lifetime: 30 } as unknown as IRTCNotificationContent,
|
{ lifetime: 30 } as unknown as {
|
||||||
{} as unknown as ICallNotifyContent,
|
event_id: string;
|
||||||
|
} & IRTCNotificationContent,
|
||||||
|
{} as unknown as { event_id: string } & ICallNotifyContent,
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user