IStream
@auvious/rtc / Exports / IStream
Interface: IStream
Received by streamAdded events on calls and conferences
Hierarchy
IStream
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
isMuted
▸ isMuted(kind): boolean
Parameters
| Name | Type |
|---|---|
kind | "audio" | "video" |
Returns
boolean