From 8399a97c2952713f3616fc885c2243b7c4d9c2ef Mon Sep 17 00:00:00 2001 From: Deven Joshi Date: Fri, 30 Jul 2021 15:38:36 +0530 Subject: [PATCH] added details --- .../Flutter/guides/adding_chat_to_video_livestreams.mdx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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