Room Reactions
interface RoomReactions
This interface is used to interact with room-level reactions in a chat room: subscribing to reactions and sending them.
Get an instance via Room.reactions.
Types
Properties
Functions
Link copied to clipboard
Link copied to clipboard
abstract suspend fun send(type: String, metadata: ReactionMetadata? = null, headers: ReactionHeaders? = null)
Sends a reaction to the specified room along with optional metadata.
Link copied to clipboard
Subscribe to receive room-level reactions.