elixir-webrtc / apps

Example apps built on top of Elixir WebRTC
Apache License 2.0
41 stars 4 forks source link

[Broadcaster] Add chat #13

Closed mickel8 closed 4 months ago

mickel8 commented 4 months ago

This PR adds chat to the Broadcaster app. Chat behaviour differs depending on the screen width. On screens < 1024, the chat is by default hidden and either it or video player can be displayed at the same time. On screens > 1024, both video player and chat are displayed.

Example screenshots:

image

image image

mickel8 commented 4 months ago

Fixed everything except color. I tried setting nickname to our brand color but body remains black so I am not sure. On the other hand, everything in violet colors is too much, at least for me. I am gonna leave it as it is. Maybe someday someone will make it better