Home > @rainway/web > Peer > forceStreamAnnouncements
Peer.forceStreamAnnouncements() method
Forces the remote peer to (re)announce all streams that are currently active. Results in the stream-announcement
event being raised for each active stream, if any.
Signature:
forceStreamAnnouncements(): Promise<void>;
Returns:
Promise<void>