Hierarchy

Constructors

Properties

Methods

Constructors

  • Parameters

    • params: {
          id: string;
          isMute?: boolean;
          source?: string | number;
          trackDescription?: string;
          trackId: string;
          type?: HMSTrackType;
      }
      • id: string
      • Optional isMute?: boolean
      • Optional source?: string | number
      • Optional trackDescription?: string
      • trackId: string
      • Optional type?: HMSTrackType

    Returns HMSTrack

Properties

id: string
mute?: boolean
source?: string | number
trackDescription?: string
trackId: string

Methods

Generated using TypeDoc