Signaling (previously RTM) v1.4.8 API Reference for Unity
Public Attributes | List of all members
agora_rtm.SendMessageOptions Struct Reference

Public Attributes

bool enableOfflineMessaging
 
bool enableHistoricalMessaging
 

Member Data Documentation

◆ enableHistoricalMessaging

bool agora_rtm.SendMessageOptions.enableHistoricalMessaging

PRIVATE BETA Save the message to message history.

Deprecated:
This setting is deprecated. Agora recommends that you do not use it.
Returns
  • true: Save the message to message history.
  • false: (default) Do not save the message to message history.

◆ enableOfflineMessaging

bool agora_rtm.SendMessageOptions.enableOfflineMessaging

Set the message as an offline message.

Deprecated:
This setting is deprecated. Agora recommends that you do not use it.
Note
This setting applies to the peer-to-peer message only, not to the channel message.
Returns
  • true: Set the message as an offline message.
  • false: (default) Do not set the message as an offline message.

The documentation for this struct was generated from the following file: