Interface RoomReactionsSubscriptionResponse

A response object that allows you to control the subscription to room-level reactions.

interface RoomReactionsSubscriptionResponse {
    unsubscribe: (() => void);
}

Properties

Properties

unsubscribe: (() => void)

Unsubscribe the listener registered with RoomReactions.subscribe from reaction events.