Home > @rainway/web > IPauseStream
IPauseStream interface
A client tells a host to pause the stream. The host can temporarily stop sending media until it hears a JoinStream message.
Signature:
export interface IPauseStream
Properties
Property | Type | Description |
---|---|---|
streamId | number | An ID identifying this stream among the host's active streams. |