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)
GroupCall.incoming: ((call) => void)
GroupCall.outgoing: ((call) => void)
GroupCall.participants: ((participants, call) => void)
- (participants, call): void
Returns void