Class IRtmStorageAbstract

Hierarchy

  • IRtmStorage

Constructors

Methods

  • Get the metadata of a specified channel.

    Parameters

    Returns number

    • 0: Success.
    • < 0: Failure.
  • Get the metadata of a specified user.

    Parameters

    • userId: string

    Returns number

    • 0: Success.
    • < 0: Failure.
  • Subscribe the metadata update event of a specified user.

    Parameters

    • userId: string

    Returns number

    • 0: Success.
    • < 0: Failure.
  • unsubscribe the metadata update event of a specified user.

    Parameters

    • userId: string

    Returns number

    • 0: Success.
    • < 0: Failure.