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

#include <IAgoraRtmService.h>

Public Attributes

const char *  key
 
const char *  value
 

Member Data Documentation

◆ key

const char* agora::rtm::RtmAttribute::key

User attribute name. Must be visible characters and not exceed 32 Bytes.

◆ value

const char* agora::rtm::RtmAttribute::value

Value of the user attribute. Must not exceed 8 KB.