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

#include <IAgoraRtmService.h>

Public Member Functions

  ChannelAttributeOptions ()
 

Public Attributes

bool  enableNotificationToChannelMembers
 

Constructor & Destructor Documentation

◆ ChannelAttributeOptions()

agora::rtm::ChannelAttributeOptions::ChannelAttributeOptions ( )
inline

Member Data Documentation

◆ enableNotificationToChannelMembers

bool agora::rtm::ChannelAttributeOptions::enableNotificationToChannelMembers

Indicates whether or not to notify all channel members of a channel attribute change.

Note
This flag is valid only within the current method call.
  • true: Notify all channel members of a channel attribute change.
  • false: (Default) Do not notify all channel members of a channel attribute change.