Type alias GroupCallEventHandlerEventHandlerMap

GroupCallEventHandlerEventHandlerMap: {
    GroupCall.ended: ((call: GroupCall) => void);
    GroupCall.incoming: ((call: GroupCall) => void);
    GroupCall.outgoing: ((call: GroupCall) => void);
    GroupCall.participants: ((participants: RoomMember[], call: GroupCall) => void);
}

Type declaration

Generated using TypeDoc