Agora C++ API Reference for All Platforms
Loading...
Searching...
No Matches
agora::rtc::EchoTestConfiguration Struct Reference

#include <AgoraBase.h>

Public Member Functions

 EchoTestConfiguration (view_t v, bool ea, bool ev, const char *t, const char *c, const int is)
 
 EchoTestConfiguration ()
 

Public Attributes

view_t view
 
bool enableAudio
 
bool enableVideo
 
const char * token
 
const char * channelId
 
int intervalInSeconds
 

Detailed Description

Constructor & Destructor Documentation

◆ EchoTestConfiguration() [1/2]

agora::rtc::EchoTestConfiguration::EchoTestConfiguration ( view_t v,
bool ea,
bool ev,
const char * t,
const char * c,
const int is )
inline

◆ EchoTestConfiguration() [2/2]

agora::rtc::EchoTestConfiguration::EchoTestConfiguration ( )
inline

Member Data Documentation

◆ view

view_t agora::rtc::EchoTestConfiguration::view

◆ enableAudio

bool agora::rtc::EchoTestConfiguration::enableAudio

◆ enableVideo

bool agora::rtc::EchoTestConfiguration::enableVideo

◆ token

const char* agora::rtc::EchoTestConfiguration::token

◆ channelId

const char* agora::rtc::EchoTestConfiguration::channelId

◆ intervalInSeconds

int agora::rtc::EchoTestConfiguration::intervalInSeconds