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