LogoLogo
  • Player API
    • Basic Usage
    • Configuration
    • Labels
    • Themes
    • Events
    • Key Bindings
    • Methods
  • Plugins
    • Call to Action
    • Branding
    • Watermark Protection
    • Playlists
    • Multi Channel Livestreams
    • Comments
    • Live Reactions
    • Quizzing
    • Peer2Peer (E-CDN)
    • Consent String
  • Release Notes
    • v5.3
    • v5.2
    • v5.1
    • v5.0
  • Tutorials
    • Switch between different livestreams
    • Use the Player with Require
    • Use Video Loop as background
  • Knowledge Base
    • Using a custom player for streaming
Powered by GitBook
On this page
  • Config
  • Live Demo
  1. Plugins

Live Reactions

Caution: Realtime Events must be active in order to use live reactions

PreviousCommentsNextQuizzing

Last updated 4 days ago

Config

{
  disableRealtimeEvents: false,
  liveReactions: {
    enabled: true,
    position: 'sidebar', // alternatively: "controlbar"
    items: ['👏', '👍', '❤️'], // or
    itemImages: ['http://url-to-image.png'] // optional
  }
}

Live Demo