NIM PC Cross Platform SDK
载入中...
搜索中...
未找到
NIMQChatChannelUpdateRTCInfoParam结构体 参考

#include <nim_qchat_channel_def.h>

Public 属性

nim_qchat_channel_update_rtc_info_cb_func cb
 更新频道RTC信息回调
 
void * user_data
 自定义用户数据
 
uint64_t server_id
 服务器 ID
 
uint64_t channel_id
 频道ID
 
NIMQChatChannelRTCInfo rtc_info
 RTC信息
 

类成员变量说明

◆ cb

nim_qchat_channel_update_rtc_info_cb_func NIMQChatChannelUpdateRTCInfoParam::cb

更新频道RTC信息回调

◆ channel_id

uint64_t NIMQChatChannelUpdateRTCInfoParam::channel_id

频道ID

◆ rtc_info

NIMQChatChannelRTCInfo NIMQChatChannelUpdateRTCInfoParam::rtc_info

RTC信息

◆ server_id

uint64_t NIMQChatChannelUpdateRTCInfoParam::server_id

服务器 ID

◆ user_data

void* NIMQChatChannelUpdateRTCInfoParam::user_data

自定义用户数据


该结构体的文档由以下文件生成: