HomeGuidesAPI Reference
HubBlogChangelogSupport ForumLog In
API Reference

Web SDK - IInputLevelRequest

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

PropertyTypeDescription
inputLevelInputLevelThe input level requested by the client in this stream. See the InputLevel enum for possible values.
streamIdnumberAn ID identifying this stream among the host's active streams.