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
      • Parameters

        Returns void

  • GroupCall.incoming: ((call) => void)
      • (call): void
      • Parameters

        Returns void

  • GroupCall.outgoing: ((call) => void)
      • (call): void
      • Parameters

        Returns void

  • GroupCall.participants: ((participants, call) => void)

Generated using TypeDoc