ZoomEventSubscription: {
    remove: (() => void);
}

Cancellable handle returned when adding a Zoom SDK event listener.

Type declaration

  • remove: (() => void)
      • (): void
      • Remove the underlying native event listener.

        Returns void

Generated using TypeDoc