NIM PC Cross Platform SDK
|
#include <nim_qchat_channel_def.h>
Public 属性 | |
nim_qchat_channel_get_rtc_info_cb_func | cb |
获取频道RTC信息回调 | |
void * | user_data |
自定义用户数据 | |
uint64_t | server_id |
服务器 ID | |
uint64_t | channel_id |
频道ID | |
nim_qchat_channel_get_rtc_info_cb_func NIMQChatChannelGetRTCInfoParam::cb |
获取频道RTC信息回调
uint64_t NIMQChatChannelGetRTCInfoParam::channel_id |
频道ID
uint64_t NIMQChatChannelGetRTCInfoParam::server_id |
服务器 ID
void* NIMQChatChannelGetRTCInfoParam::user_data |
自定义用户数据