55 lines
770 B
Markdown
Executable File
55 lines
770 B
Markdown
Executable File
# Classes
|
|
|
|
## Config - helpers
|
|
|
|
### Static
|
|
|
|
* [gs]etCookie
|
|
* createUUID
|
|
* getUUID
|
|
|
|
## Log - logger
|
|
|
|
### Static
|
|
|
|
* info
|
|
* warn
|
|
* error
|
|
* log
|
|
|
|
## Preview - self-video feed element
|
|
|
|
* element
|
|
|
|
## WS - websocket wrapper
|
|
|
|
### Static
|
|
|
|
* ws
|
|
|
|
## RTC - RTC connection to TURN
|
|
|
|
* conn (rtc conection)
|
|
* streams {id: RTCMediaStream}
|
|
|
|
## Remote - local display of stream
|
|
|
|
* element
|
|
|
|
## Local - local stream out
|
|
|
|
### Text, Video, Audio
|
|
|
|
* stream (MediaStream)
|
|
|
|
## Entropy - monolith
|
|
|
|
### Static
|
|
|
|
* pageReady - init Local preview video
|
|
* start - new RTC conn, sends offer message
|
|
* gotMessageFromServer - listens for events from server, starts stream if called, responds to offer messages, responds to TURN connect
|
|
* createdDescription
|
|
* local - Local
|
|
* rtc - RTC
|