Home > @rainway/web > RainwayStreamAnnouncement
RainwayStreamAnnouncement interface
Signature:
export interface RainwayStreamAnnouncement
Properties
| Property | Type | Description |
|---|---|---|
| info | IRemoteStreamInfo | Information about the stream |
| join | (options?: JoinStreamOptions) => Promise<InboundStream> | Joins the given stream, using the provided options. |
