Creates and destroys ChannelBase and RealtimeChannelBase objects.

Type Parameters

  • T

Hierarchy

  • Channels

Constructors

Methods

Constructors

Methods

  • Releases a ChannelBase or RealtimeChannelBase object, deleting it, and enabling it to be garbage collected. It also removes any listeners associated with the channel. To release a channel, the ChannelState must be INITIALIZED, DETACHED, or FAILED.

    Parameters

    • name: string

      The channel name.

    Returns void

Generated using TypeDoc