Skip to main content
Version: V10

API Reference Guide - LiveChatInfo Object

Overview

Viewer interactivity within live sessions is critical to engage a live audience. With interactivity, your audience can have an engaged, active video-viewing experience as they have a way to participate in a discussion, provide feedback or ask questions as they can in social media apps like YouTube, Facebook, Instagram, etc. that offer live video.   

VIDIZMO provides a number of interactivity options to its end-users during a live streaming session. One of them is a live chat feature for the session participants. To learn more about it, read How to Enable and View Interactivity Options in a Live Session

Here we shall be looking at LiveChatInfo Object in detail to understand the various properties it contains in VIDIZMO REST API Reference.

LiveChatInfo Object

{

"meetingId": , //unique identifier of the live chat meeting

"messageId": , //unique identifier of the message

"message": , //the text of the message sent on chat

"replyTo": , //the message to which this message is being sent as a reply to

"sentDate": , //date-time when the message was sent

//userProfileInfo object that contains details of the user who sent the msg

Read more about the object here.