Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ChannelMediaInfo

The ChannelMediaInfo class.

Hierarchy

  • ChannelMediaInfo

Index

Constructors

Properties

Constructors

constructor

  • new ChannelMediaInfo(channelName: string, uid: number, params?: undefined | { token?: undefined | string }): ChannelMediaInfo
  • Parameters

    • channelName: string
    • uid: number
    • Optional params: undefined | { token?: undefined | string }

    Returns ChannelMediaInfo

Properties

channelName

channelName: string

The channel name.

Optional token

token: undefined | string

The token that enables the user to join the channel.

uid

uid: number

The user ID.

Generated using TypeDoc