音视频通讯SDK API参考手册  Windows 1.6.0
tencent::av::AVContext::Config结构体 参考

CreateContext()的入参。 更多...

#include <av_context.h>

Public 成员函数

 Config ()
 默认构造函数。 更多...
 
 Config (const Config &other)
 拷贝构造函数。 更多...
 
virtual ~Config ()
 

Public 属性

uint32 sdk_app_id
 腾讯为每个使用SDK的App分配的AppId。 更多...
 
std::string account_type
 腾讯为每个接入方分配的账号类型。 更多...
 
std::string app_id_at3rd
 App使用的OAuth授权体系分配的AppId。 更多...
 
std::string identifier
 帐号名(用户名)。 更多...
 

详细描述

Config结构体包含了创建AVContext对象所需的配置信息。

构造及析构函数说明

tencent::av::AVContext::Config::Config ( )
tencent::av::AVContext::Config::Config ( const Config other)
virtual tencent::av::AVContext::Config::~Config ( )
virtual

类成员变量说明

std::string tencent::av::AVContext::Config::account_type
std::string tencent::av::AVContext::Config::app_id_at3rd
std::string tencent::av::AVContext::Config::identifier
uint32 tencent::av::AVContext::Config::sdk_app_id