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