Skip to main content

IStream

@auvious/rtc / Exports / IStream

Interface: IStream

Received by streamAdded events on calls and conferences

Hierarchy

Table of contents

Properties

Methods

Properties

id

id: string

streamID or callID


mediaStream

Optional mediaStream: MediaStream


originator

originator: IEndpoint<{ [key: string]: any; }>

Originator, local or remote


type

type: StreamType

A StreamType string

Methods

getMetadata

getMetadata(): Metadata

Returns

Metadata


isMuted

isMuted(kind): boolean

Parameters

NameType
kind"audio" | "video"

Returns

boolean