Components

Stream

<Stream />

Constructor

# <Stream />

This class implements the page of a currently live stream
Properties:
Name Type Description
streamData streamData the data describing the stream

View Source frontend/siinc-tv/src/Pages/liveStreamPage.js, line 23

Methods

# inner canRequestToJoin()

True if user can request to join, false otherwise

View Source frontend/siinc-tv/src/Pages/liveStreamPage.js, line 66

# inner requestToJoinStream()

Sends a request to the stream creator to join the stream

View Source frontend/siinc-tv/src/Pages/liveStreamPage.js, line 32