Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SendMessageOptions

Interface for setting message sending options.

Hierarchy

  • SendMessageOptions

Index

Properties

Optional enableHistoricalMessaging

enableHistoricalMessaging: undefined | false | true
deprecated

Deprecated as of v1.5.1. 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.

Optional enableOfflineMessaging

enableOfflineMessaging: undefined | false | true

Set the message as an offline message (Applies to peer-to-peer message only).

  • true: Set the message as an offline message.
  • false: (default) Do not set the message as an offline message.