Interface Channels<T>

Creates and destroys Channel and RealtimeChannel objects.

Type Parameters

  • T

Hierarchy

  • Channels

Methods

  • Releases a Channel or RealtimeChannel object, deleting it, and enabling it to be garbage collected. To release a channel, the ChannelState must be INITIALIZED, DETACHED, or FAILED.

    Parameters

    • name: string

      The channel name.

    Returns void

Generated using TypeDoc