SDK的配置
更多...
#include <kit_define_meeting_sdk.h>
◆ NEMeetingKitConfig()
NEMeetingKitConfig::NEMeetingKitConfig |
( |
| ) |
|
|
default |
◆ getAppInfo()
NEMAppInfo * NEMeetingKitConfig::getAppInfo |
( |
| ) |
const |
|
inline |
◆ getAppKey()
std::string NEMeetingKitConfig::getAppKey |
( |
| ) |
const |
|
inline |
◆ getAppName()
std::string NEMeetingKitConfig::getAppName |
( |
| ) |
const |
|
inline |
◆ getCorpCode()
std::string NEMeetingKitConfig::getCorpCode |
( |
| ) |
const |
|
inline |
获取企业code
- 返回
- std::string 企业code
◆ getCorpEmail()
std::string NEMeetingKitConfig::getCorpEmail |
( |
| ) |
const |
|
inline |
获取企业邮箱
- 返回
- std::string 企业邮箱
◆ getExtras()
std::map< std::string, NEExtraObject > NEMeetingKitConfig::getExtras |
( |
| ) |
const |
|
inline |
额外字段
- 返回
- std::map<std::string, NEExtraObject>
◆ getKeepAliveInterval()
int NEMeetingKitConfig::getKeepAliveInterval |
( |
| ) |
const |
|
inline |
◆ getLanguage()
获取显示语言
- 返回
- NEMeetingLanguage 显示语言
◆ getLanguageString()
获取显示语言
- 返回
- std::string 显示语言
◆ getLoggerConfig()
◆ getRunAdmin()
bool NEMeetingKitConfig::getRunAdmin |
( |
| ) |
const |
|
inline |
◆ getServerUrl()
std::string NEMeetingKitConfig::getServerUrl |
( |
| ) |
const |
|
inline |
获取私有化服务器地址
- 返回
- std::string 私有化服务器地址
◆ getUseAssetServerConfig()
bool NEMeetingKitConfig::getUseAssetServerConfig |
( |
| ) |
const |
|
inline |
◆ setAppKey()
void NEMeetingKitConfig::setAppKey |
( |
const std::string & | value | ) |
|
|
inline |
◆ setAppName()
void NEMeetingKitConfig::setAppName |
( |
const std::string & | value | ) |
|
|
inline |
◆ setCorpCode()
void NEMeetingKitConfig::setCorpCode |
( |
const std::string & | code | ) |
|
|
inline |
◆ setCorpEmail()
void NEMeetingKitConfig::setCorpEmail |
( |
const std::string & | email | ) |
|
|
inline |
◆ setExtras()
void NEMeetingKitConfig::setExtras |
( |
const std::map< std::string, NEExtraObject > & | value | ) |
|
|
inline |
◆ setKeepAliveInterval()
void NEMeetingKitConfig::setKeepAliveInterval |
( |
int | interval | ) |
|
|
inline |
设置保活间隔
- 参数
-
- 注解
- 小于0则不进行保活,如果要保活则最小为3秒,建议设置超过5秒
- 返回
- void
◆ setLanguage()
◆ setRunAdmin()
void NEMeetingKitConfig::setRunAdmin |
( |
bool | admin | ) |
|
|
inline |
设置运行权限
- 参数
-
- 注意
- 仅Windows下有效
- 返回
- void
◆ setServerUrl()
void NEMeetingKitConfig::setServerUrl |
( |
const std::string & | url | ) |
|
|
inline |
◆ setUseAssetServerConfig()
void NEMeetingKitConfig::setUseAssetServerConfig |
( |
bool | value | ) |
|
|
inline |
设置是否检查并使用私有化服务器
- 参数
-
- 返回
- void
该类的文档由以下文件生成: