Home > @rainway/web > IRemoteStreamInfo
IRemoteStreamInfo interface
Important information about a peers stream
Signature:
export interface IRemoteStreamInfo
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
chosenAudioConfig | IAudioConfig | Audio configuration in use for the stream | |
chosenVideoConfig | IVideoConfig | Video configuration in use for the stream | |
defaultInputLevel | InputLevel | The input level the recipient has in this stream. See the InputLevel enum for possible values. | |
streamId | number | An ID identifying this stream among the host's active streams. | |
streamType | StreamType | The type of stream | |
temporalScaleFactor | number | The tempoal scale factor for a stream |