Home > @rainway/web > IInputLevelUpdate
IInputLevelUpdate interface
A host informs a client of its new input level in a stream.
Signature:
export interface IInputLevelUpdate
Properties
Property | Type | Description |
---|---|---|
inputLevel | InputLevel | The input level the recipient now has in this stream. See the InputLevel enum for possible values. |
streamId | number | An ID identifying this stream among the host's active streams. |