File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ pod 'IoTVideoAdvanced'
2929 [[TIoTCoreXP2PBridge sharedInstance] startAppWith:env.cloudProductId dev_name:self.deviceName?:@""];
3030 ```
3131* <u >*** SecretId、SecretKey、ProductId 用于访问 物联网智能视频服务,此处的使用方式仅为演示,请勿将 SecretId、SecretKey 保存在客户端,避免泄露,建议通过自建服务获取 params 传递给 SDK*** </u >
32- * 2、设备接听后 ,APP通过信令通道接受接听或拒绝消息(可自定义信令含义,demo演示为接收到消息表示接听)
32+ * 2、设备接听流程 ,APP通过信令通道接受接听或拒绝消息(可自定义信令含义,demo演示为接收到消息表示接听)
3333
3434 ```
3535 #pragma mark - TIoTCoreXP2PBridgeDelegate
@@ -58,7 +58,11 @@ pod 'IoTVideoAdvanced'
5858 - (void)changeCameraPositon;
5959 //静音或恢复音频
6060 - (void)muteLocalAudio:(BOOL)mute;
61- //参数cmd发送具体信令内容,每秒最多能发送30条消息。每个包最大为 1KB,超过则很有可能会被中间路由器或者服务器丢弃。每个客户端每秒最多能发送总计 8KB 数据。
61+ /*
62+ * 发送信令接口,需startAppWith后再发送
63+ * 参数cmd发送具体信令内容
64+ * 每秒最多能发送30条消息。每个包最大为 1KB,超过则很有可能会被中间路由器或者服务器丢弃。每个客户端每秒最多能发送总计 8KB 数据。
65+ */
6266 - (void)getCommandRequestWithAsync:(NSString *)dev_name cmd:(NSString *)cmd ...;
6367 ```
6468
You can’t perform that action at this time.
0 commit comments