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

创建频道接口nim_signaling_create的传入参数 More...

#include <nim_signaling_helper.h>

Public Member Functions

NIMSignalingCreateParam GetCParam ()
 将C++的传入参数转成C的结构体
 

Public Attributes

NIMSignalingType channel_type_
 
std::string channel_name_
 
std::string channel_ext_
 

Detailed Description

创建频道接口nim_signaling_create的传入参数

Member Data Documentation

◆ channel_ext_

std::string nim::SignalingCreateParam::channel_ext_

创建时传入的扩展字段,可缺省

◆ channel_name_

std::string nim::SignalingCreateParam::channel_name_

创建时传入的频道名,可缺省

◆ channel_type_

NIMSignalingType nim::SignalingCreateParam::channel_type_

通话类型,1:音频;2:视频;3:其他


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