You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/media-signaling/src/definition/call/CallEvents.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,8 @@ export type CallEvents = {
25
25
active: void;
26
26
/* Triggered when this client puts the call on the ignore list, either because the call was accepted on a different client or because you called `call.ignore()` */
27
27
hidden: void;
28
+
/* Triggered when the call has reached the other user and started ringing */
29
+
ringing: void;
28
30
29
31
/* Triggered when the call's state on the server changes to 'hangup' */
0 commit comments