The stream interface.

interface IStream {
    getOwnerId(): string;
}

Hierarchy (view full)

Methods

Methods

  • Get the owner ID of the stream.

    Returns string

    The owner ID of the stream.

Generated using TypeDoc