Signaling (previously RTM) SDK v1.5.0 API Reference for Windows (C++)
Public Member Functions | Public Attributes | List of all members
agora::rtm::SendMessageOptions Struct Reference

#include <IAgoraRtmService.h>

Public Member Functions

  SendMessageOptions ()
 

Public Attributes

bool  enableOfflineMessaging
 
bool  enableHistoricalMessaging
 

Constructor & Destructor Documentation

◆ SendMessageOptions()

agora::rtm::SendMessageOptions::SendMessageOptions ( )
inline

Member Data Documentation

◆ enableOfflineMessaging

bool agora::rtm::SendMessageOptions::enableOfflineMessaging
Deprecated:
Deprecated as of v1.5.0. Agora recommends that you do not use it.

Set the message as an offline message.

  • true: Set the message as an offline message.
  • false: (default) Do not set the message as an offline message.
Note
This setting applies to the peer-to-peer message only, not to the channel message.

◆ enableHistoricalMessaging

bool agora::rtm::SendMessageOptions::enableHistoricalMessaging
Deprecated:
Deprecated as of v1.5.0. Agora recommends that you do not use it.

PRIVATE BETA Save the message to message history.

  • true: Save the message to message history.
  • false: (default) Do not save the message to message history.