NIM SDK API  9.0.0
Public Member Functions | Public Attributes | List of all members
nim::RtsStartInfo Struct Reference

点对点白板发起的参数信息 More...

#include <nim_cpp_rts.h>

Public Member Functions

std::string GetJsonStr ()
 

Public Attributes

bool custom_video_
 
bool custom_audio_
 
bool data_record_
 
bool audio_record_
 
std::string apns_
 
std::string custom_info_
 
bool push_enable_
 
bool need_badge_
 
bool need_nick_
 
std::string payload_
 
std::string sound_
 
bool keepcalling_
 
bool webrtc_
 
std::string session_id_
 

Detailed Description

点对点白板发起的参数信息

Member Data Documentation

◆ apns_

std::string nim::RtsStartInfo::apns_

推送用的文本

◆ audio_record_

bool nim::RtsStartInfo::audio_record_

是否需要服务器录制音频数据

◆ custom_audio_

bool nim::RtsStartInfo::custom_audio_

是否用自主的音频数据

◆ custom_info_

std::string nim::RtsStartInfo::custom_info_

string 自定义数据,透传给被邀请方

◆ custom_video_

bool nim::RtsStartInfo::custom_video_

是否用自主的视频数据

◆ data_record_

bool nim::RtsStartInfo::data_record_

是否需要服务器录制白板数据

◆ keepcalling_

bool nim::RtsStartInfo::keepcalling_

是否强制持续呼叫(对方离线也会呼叫)

◆ need_badge_

bool nim::RtsStartInfo::need_badge_

是否需要角标计数

◆ need_nick_

bool nim::RtsStartInfo::need_nick_

是否需要推送昵称

◆ payload_

std::string nim::RtsStartInfo::payload_

JSON格式,推送payload

◆ push_enable_

bool nim::RtsStartInfo::push_enable_

是否需要推送

◆ session_id_

std::string nim::RtsStartInfo::session_id_

会话id

◆ sound_

std::string nim::RtsStartInfo::sound_

推送声音

◆ webrtc_

bool nim::RtsStartInfo::webrtc_

是否支持webrtc互通(针对点对点中的音频通话)


The documentation for this struct was generated from the following file: