NIM PC Cross Platform SDK
|
NIM SDK 提供的plugin接入接口类 More...
#include <nim_cpp_plugin_in.h>
Static Public Member Functions | |
static void | ChatRoomRequestEnterAsync (const int64_t room_id, const ChatRoomRequestEnterCallback &callback, const std::string &json_extension="") |
static void | QChatRequestLinkAddress (uint32_t ip_version, const QChatRequestLinkAddressCallback &callback, const std::string &json_extension="") |
NIM SDK 提供的plugin接入接口类
|
static |
异步获取圈组link地址
[in] | ip_version | ip协议, 0:ipv4, 1:ipv6, 2:all |
[in] | callback | 回调函数 |
[in] | json_extension | json扩展参数(备用,目前不需要) |