diff --git a/docusaurus/docs/Flutter/guides/adding_chat_to_video_livestreams.mdx b/docusaurus/docs/Flutter/guides/adding_chat_to_video_livestreams.mdx index a34227a4..9e2afb44 100644 --- a/docusaurus/docs/Flutter/guides/adding_chat_to_video_livestreams.mdx +++ b/docusaurus/docs/Flutter/guides/adding_chat_to_video_livestreams.mdx @@ -9,13 +9,18 @@ Adding Chat To Video Livestreams ### Introduction 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. ### 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