Home > rainway-sdk-native > OnStreamInput
OnStreamInput type
Signature:
export declare type OnStreamInput = (rt: Runtime, stream: StreamId, peer: PeerId, input: RainwayInput) => void;
References: Runtime, StreamId, PeerId, RainwayInput