Web SDK - InboundStream.sendInput()

Home > @rainway/web > InboundStream > sendInput

InboundStream.sendInput() method

Send a simulated input event (keyboard, gamepad, etc) to the remote stream, as though the user had performed such an input.

Signature:

sendInput(input: OutgoingInput): void;

Parameters

ParameterTypeDescription
inputOutgoingInputThe input message to send.

Returns:

void