Class ChatMessageReaction
A chat message reaction is an emoji sent by someone in the same chat room to react to a specific Linphone.ChatMessage.
To create a
Linphone.ChatMessageReaction, use
Inherited Members
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public class ChatMessageReaction : LinphoneObject
Properties
Body
Returns the emoji(s) used for the reaction.
Declaration
public string Body { get; }
Property Value
Type | Description |
---|---|
System.String | the emoji(s) used as UTF-8 characters. |
CallId
Allows to get the Call ID associated with a Linphone.ChatMessageReaction.
Declaration
public string CallId { get; }
Property Value
Type | Description |
---|---|
System.String | the Call ID associated with this reaction. |
FromAddress
Returns the Linphone.Address of the participant that sent this reaction.
Declaration
public Address FromAddress { get; }
Property Value
Type | Description |
---|---|
Address | the Linphone.Address that sent this reaction. |
Methods
Send()
Sends a Linphone.ChatMessageReaction.
Declaration
public void Send()