LiveStreamingReactions

The LiveStreamingReactions class provides access to the Facebook Live reactions stream. For low volumes of reactions this will correspond to the stream of reaction bubbles that float by the broadcast, for higher volumes of reactions this will an approximate count of how many times the reaction button was tapped, with some rate limiting per-user. This number will not correspond to the number of reactions displayed elsewhere because that number only counts each user's reaction once.

Properties

Property

Description

angry

(get) angry: ScalarSignal (set) (Not Available)

Specifies a ScalarSignal that is the count of the angry reaction for this live stream.

haha

(get) haha: ScalarSignal (set) (Not Available)

Specifies a ScalarSignal that is the count of the haha reaction for this live stream.

like

(get) like: ScalarSignal (set) (Not Available)

Specifies a ScalarSignal that is the count of the like reaction for this live stream.

love

(get) love: ScalarSignal (set) (Not Available)

Specifies a ScalarSignal that is the count of the love reaction for this live stream.

sad

(get) sad: ScalarSignal (set) (Not Available)

Specifies a ScalarSignal that is the count of the sad reaction for this live stream.

total

(get) total: ScalarSignal (set) (Not Available)

Specifies a ScalarSignal that is the total number of reactions on this live stream. This may exceed the sum of the individual reaction counts (like, love, etc.) if a seasonal reaction (such as thankful) is available and is used by viewers.

wow

(get) wow: ScalarSignal (set) (Not Available)

Specifies a ScalarSignal that is the count of the wow reaction for this live stream.

Methods

This module exposes no methods.

Last updated