Type alias GroupCallEventHandlerEventHandlerMap
GroupCallEventHandlerEventHandlerMap: {
GroupCall.ended: ((call) => void);
GroupCall.incoming: ((call) => void);
GroupCall.outgoing: ((call) => void);
GroupCall.participants: ((participants, call) => void);
}
Type declaration
-
GroupCall.ended: ((call) => void)
-
- (call): void
-
Returns void
-
GroupCall.incoming: ((call) => void)
-
- (call): void
-
Returns void
-
GroupCall.outgoing: ((call) => void)
-
- (call): void
-
Returns void
-
GroupCall.participants: ((participants, call) => void)
-
- (participants, call): void
-
Returns void