added details
This commit is contained in:
@@ -9,13 +9,18 @@ Adding Chat To Video Livestreams
|
|||||||
### Introduction
|
### Introduction
|
||||||
|
|
||||||
Video livestreams are usually complemented with a chat section to make the livestream more interactive
|
Video livestreams are usually complemented with a chat section to make the livestream more interactive
|
||||||
and encourage retention.
|
and encourage retention. There are several ways to show the chat interface on the screen and requires
|
||||||
|
some design choices.
|
||||||
|
|
||||||
This guide details multiple ways of adding chat functionality to your video livestream.
|
This guide details multiple ways of adding chat functionality to your video livestream.
|
||||||
|
|
||||||
### Implementing Chat
|
### Implementing Chat
|
||||||
|
|
||||||
There are two common scenarios in live-streaming applications. Let's explore creating both types:
|
There are two common scenarios in live-streaming applications depending how well integrated the two
|
||||||
|
components (video + chat) are allowed to be on the screen. Two common types are split-screen and a
|
||||||
|
chat overlay that fades in.
|
||||||
|
|
||||||
|
Let's explore creating both types:
|
||||||
|
|
||||||
### Split-screen
|
### Split-screen
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user