Home > @rainway/web > IInputLevelRequest
IInputLevelRequest interface
A client requests a new input level in a host's stream. The response is InputLevelUpdate (the client can check which bits they were or weren't granted).
Signature:
export interface IInputLevelRequest
Properties
Property | Type | Description |
---|---|---|
inputLevel | InputLevel | The input level requested by the client in this stream. See the InputLevel enum for possible values. |
streamId | number | An ID identifying this stream among the host's active streams. |