Function leavePresenceChannel

  • Parameters

    Returns Promise<void>

    Description

    Leave a presence channel.

    Async

    Since

    0.1.0

    Example

    leavePresenceChannel({
    channel: "<your channel identifier>",
    }).then(res => console.log(res))

Generated using TypeDoc