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

#include <IAgoraRtmService.h>

Public Attributes

int  areaCode = AREA_CODE_GLOB
 
RTM_CLOUD_PROXY_TYPE  proxyType = RTM_NONE_PROXY
 

Detailed Description

Context of the IRtmService instance.

Member Data Documentation

◆ areaCode

int agora::rtm::RtmServiceContext::areaCode = AREA_CODE_GLOB

Region for the Agora RTM service. The default is AREA_CODE_GLOB.

◆ proxyType

RTM_CLOUD_PROXY_TYPE agora::rtm::RtmServiceContext::proxyType = RTM_NONE_PROXY

Type of the cloud proxy. The default is RTM_NONE_PROXY. See RTM_CLOUD_PROXY_TYPE.