Skip to main content

@auvious/rtc / StreamTypes

Class: StreamTypes

Table of contents

Constructors

Properties

Constructors

constructor

new StreamTypes(): StreamTypes

Returns

StreamTypes

Properties

CAM

Static Readonly CAM: StreamType = "cam"


MIC

Static Readonly MIC: StreamType = "mic"


SCREEN

Static Readonly SCREEN: StreamType = "screen"


UNKNOWN

Static Readonly UNKNOWN: StreamType = "unknown"


VIDEO

Static Readonly VIDEO: StreamType = "video"