NIM 跨平台 C++ SDK
|
NIM Rts提供的相关接口 更多...
#include <nim_cpp_rts.h>
Public 类型 | |
typedef std::function< void(NIMResCode res_code, const std::string &session_id, int channel_type, const std::string &uid) | StartChannelCallback) |
typedef std::function< void(const std::string &session_id, int channel_type, const std::string &uid, const std::string &custom_info) | StartNotifyCallback) |
typedef std::function< void(NIMResCode res_code)> | CreateConfCallback |
typedef std::function< void(NIMResCode res_code, const std::string &session_id, int64_t channel_id, const std::string &custom_info) | JoinConfCallback) |
typedef std::function< void(NIMResCode res_code, const std::string &session_id, int channel_type, bool accept) | AckCallback) |
typedef std::function< void(const std::string &session_id, int channel_type, bool accept, const std::string &uid) | AckNotifyCallback) |
typedef std::function< void(const std::string &session_id, int channel_type, bool accept) | SyncAckNotifyCallback) |
typedef std::function< void(const std::string &session_id, int channel_type, int code, const std::string &json) | ConnectNotifyCallback) |
typedef std::function< void(const std::string &session_id, int channel_type, const std::string &uid, int code, int leave_type) | MemberNotifyCallback) |
typedef std::function< void(NIMResCode res_code, const std::string &session_id) | HangupCallback) |
typedef std::function< void(const std::string &session_id, const std::string &uid) | HangupNotifyCallback) |
typedef std::function< void(NIMResCode res_code, const std::string &session_id, const std::string &info) | ControlCallback) |
typedef std::function< void(const std::string &session_id, const std::string &info, const std::string &uid) | ControlNotifyCallback) |
typedef std::function< void(const std::string &session_id, int channel_type, const std::string &uid, const std::string &data) | RecDataCallback) |
typedef std::function< void(NIMResCode res_code, const std::string &session_id, int channel_type, const std::string &json) | OptCallback) |
静态 Public 成员函数 | |
static void | SetProxy (NIMProxyType type, const std::string &host, int port, const std::string &user, const std::string &password) |
static void | StartChannel (int channel_type, const std::string &uid, RtsStartInfo info, const StartChannelCallback &cb) |
static void | SetStartNotifyCb (const StartNotifyCallback &cb) |
static void | CreateConf (const std::string &name, const std::string &custom_info, const CreateConfCallback &cb) |
static void | JoinConf (const std::string &name, const std::string &session_id, bool record, const JoinConfCallback &cb) |
static void | Ack (const std::string &session_id, int channel_type, bool accept, bool data_record, bool audio_record, const AckCallback &cb) |
static void | SetAckNotifyCb (const AckNotifyCallback &cb) |
static void | SetSyncAckNotifyCb (const SyncAckNotifyCallback &cb) |
static void | SetConnectNotifyCb (const ConnectNotifyCallback &cb) |
static void | SetMemberChangeCb (const MemberNotifyCallback &cb) |
static void | Control (const std::string &session_id, const std::string &info, const ControlCallback &cb) |
static void | SetControlNotifyCb (const ControlNotifyCallback &cb) |
static void | SetVChatMode (const std::string &session_id, int mode) |
static void | Hangup (const std::string &session_id, const HangupCallback &cb) |
static void | SetHangupNotifyCb (const HangupNotifyCallback &cb) |
static void | Relogin (const std::string &session_id, int channel_type, OptCallback cb) |
static void | SendData (const std::string &session_id, int channel_type, const std::string &data, const std::string &uid="") |
static void | SetRecDataCb (const RecDataCallback &cb) |
NIM Rts提供的相关接口
typedef std::function<void(NIMResCode res_code, const std::string& session_id, int channel_type, bool accept) nim::Rts::AckCallback) |
typedef std::function<void(const std::string& session_id, int channel_type, bool accept, const std::string& uid) nim::Rts::AckNotifyCallback) |
typedef std::function<void(const std::string& session_id, int channel_type, int code, const std::string& json) nim::Rts::ConnectNotifyCallback) |
typedef std::function<void(NIMResCode res_code, const std::string& session_id, const std::string& info) nim::Rts::ControlCallback) |
typedef std::function<void(const std::string& session_id, const std::string& info, const std::string& uid) nim::Rts::ControlNotifyCallback) |
typedef std::function<void(NIMResCode res_code)> nim::Rts::CreateConfCallback |
typedef std::function<void(NIMResCode res_code, const std::string& session_id) nim::Rts::HangupCallback) |
typedef std::function<void(const std::string& session_id, const std::string& uid) nim::Rts::HangupNotifyCallback) |
typedef std::function<void(NIMResCode res_code, const std::string& session_id, int64_t channel_id, const std::string& custom_info) nim::Rts::JoinConfCallback) |
typedef std::function<void(const std::string& session_id, int channel_type, const std::string& uid, int code, int leave_type) nim::Rts::MemberNotifyCallback) |
typedef std::function<void(NIMResCode res_code, const std::string& session_id, int channel_type, const std::string& json) nim::Rts::OptCallback) |
typedef std::function<void(const std::string& session_id, int channel_type, const std::string& uid, const std::string& data) nim::Rts::RecDataCallback) |
typedef std::function<void(NIMResCode res_code, const std::string& session_id, int channel_type, const std::string& uid) nim::Rts::StartChannelCallback) |
typedef std::function<void(const std::string& session_id, int channel_type, const std::string& uid, const std::string& custom_info) nim::Rts::StartNotifyCallback) |
typedef std::function<void(const std::string& session_id, int channel_type, bool accept) nim::Rts::SyncAckNotifyCallback) |
|
static |
NIM 回复收到的邀请
[in] | session_id | 会话id |
[in] | channel_type | 通道类型,暂时无效 |
[in] | accept | 是否接受 |
[in] | data_record | 服务器白板数据录制标记 |
[in] | audio_record | 服务器音频数据录制标记 |
[in] | cb | 见nim_rts_def.h |
|
static |
NIM 会话控制(透传),点对点有效
[in] | session_id | 会话id |
[in] | info | 透传数据 |
[in] | cb | 见nim_rts_def.h |
|
static |
NIM RTS 创建一个多人数据通道房间(后续需要主动调用加入接口进入房间)
[in] | name | 房间名 |
[in] | custom_info | 自定义的房间信息(加入房间的时候会返回) |
[in] | cb | 结果回调见nim_rts_def.h,返回的json_extension无效 |
|
static |
NIM 结束会话
[in] | session_id | 会话id |
[in] | cb | 见nim_rts_def.h |
|
static |
NIM RTS 加入一个多人房间(进入房间后成员变化等,等同点对点nim_vchat_cb_func)
[in] | name | 房间名 |
[in] | session_id | 会话id |
[in] | record | 是否录制白板数据 |
[in] | cb | 结果回调见nim_rts_def.h,回调的json_extension若成功返回创建的kNIMRtsCustomInfo及kNIMRtsChannelId,如{"channel_id": 1231, "custom_info":"hello world" } |
|
static |
NIM 白板重连
[in] | session_id | 会话id |
[in] | channel_type | 通道类型, 暂时只支持白板类型 |
[in] | cb | 操作回调 |
|
static |
NIM 发送数据,暂时支持tcp通道,建议发送频率在20Hz以下,现在只支持50k的长度
[in] | session_id | 会话id |
[in] | channel_type | 通道类型, kNIMRtsChannelTypeVchat通道如果要自定义数据调用nim_device.h中nim_vchat_custom_audio_data和nim_vchat_custom_video_data |
[in] | data | 发送数据 |
[in] | uid | json_extension 可扩展kNIMRtsUid(指定发送某人,不填则群发) |
|
static |
NIM 设置收到对方回复的通知回调
[in] | cb | 见nim_rts_def.h |
|
static |
NIM 设置监听通道连接状态回调
[in] | cb | 见nim_rts_def.h |
|
static |
NIM 设置收到会话控制的通知回调
[in] | cb | 见nim_rts_def.h |
|
static |
NIM 设置结束会话通知回调,多人的时候结束后对方无通知。
[in] | cb | 见nim_rts_def.h |
|
static |
NIM 设置监听通道成员状态回调
[in] | cb | 见nim_rts_def.h |
|
static |
设置SDK白板的网络代理,暂时只支持socks5代理,全局代理接口也能设置音视频的代理,两接口没有优先级区别。不需要代理时,type设置为kNIMProxyNone,其余参数都传空字符串(端口设为0)。有些代理不需要用户名和密码,相应参数也传空字符串。
[in] | type | 代理类型,见NIMProxyType定义,其中音视频和白板暂时只支持kNIMProxySocks5代理 |
[in] | host | 代理地址 |
[in] | port | 代理端口 |
[in] | user | 代理用户名 |
[in] | password | 代理密码 |
|
static |
NIM 设置监听数据接收回调, kNIMRtsChannelTypeVchat通道要监听音视频数据,调用nim_device.h中nim_vchat_set_audio_data_cb和nim_vchat_set_video_data_cb
[in] | cb | 见nim_rts_def.h |
|
static |
NIM 设置收到会话邀请的通知的回调
[in] | cb | 见nim_rts_def.h |
|
static |
NIM 设置收到本人其他端回复的同步通知回调
[in] | cb | 见nim_rts_def.h |
|
static |
NIM 设置音视频会话类型
[in] | session_id | 会话id |
[in] | mode | 见NIMRtsVideoChatMode |
|
static |
NIM 创建rts会话,传入的JSON参数定义见nim_rts_def.h
[in] | channel_type | 通道类型 如要tcp+音视频,则channel_type=kNIMRtsChannelTypeTcp|kNIMRtsChannelTypeVchat,同时整个SDK只允许一个音视频通道存在(包括vchat) |
[in] | uid | 对方帐号 |
[in] | info | 发起参数 |
[in] | cb | 结果回调见nim_rts_def.h |