ReactionCallFeature interface

Meeting reaction feature.

Extends

Inherited Properties

name

The feature name.

Methods

off("reaction", ReactionListener)

Unsubscribe function for Reaction event

on("reaction", ReactionListener)

Subscribe function for Reaction event

sendReaction(ReactionMessage)

Send reaction to a meeting from local participant

Inherited Methods

dispose()

Inherited Property Details

name

The feature name.

name: string

Property Value

string

Inherited From CallFeature.name

Method Details

off("reaction", ReactionListener)

Unsubscribe function for Reaction event

function off(event: "reaction", listener: ReactionListener)

Parameters

event

"reaction"

event name

listener
ReactionListener

callback function that was used to unsubscribe to this event

on("reaction", ReactionListener)

Subscribe function for Reaction event

function on(event: "reaction", listener: ReactionListener)

Parameters

event

"reaction"

event name

listener
ReactionListener

callback function that was used to subscribe to this event

sendReaction(ReactionMessage)

Send reaction to a meeting from local participant

function sendReaction(reactionMessage: ReactionMessage): Promise<void>

Parameters

reactionMessage
ReactionMessage

Returns

Promise<void>

Inherited Method Details

dispose()

function dispose()

Inherited From CallFeature.dispose