We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e32217 commit 0f8defaCopy full SHA for 0f8defa
Source/SDK/LinkVideo/README.md
@@ -59,6 +59,12 @@ pod 'TIoTLinkVideo'
59
- (void)muteLocalAudio:(BOOL)mute;
60
```
61
62
+* 4、结束通话:
63
+
64
+ 主动结束: [stopService](https://github.com/tencentyun/iot-link-ios/blob/4e322172a949725f7d6ea4a1daa17a288cbc00e6/Source/SDK/LinkVideo/TIoTCoreXP2PBridge.h#L147-L150)
65
+ 对方结束: [disConnect通知](https://github.com/tencentyun/iot-link-ios/blob/4e322172a949725f7d6ea4a1daa17a288cbc00e6/Source/LinkSDKDemo/Video/P2P/Controller/TIoTDemoPreviewDeviceVC.m#L1151-L1155)
66
67
68
69
### SDK相关文档
70
* [iOS SDK说明](doc/iOS%20Video接入指引文档.md)
0 commit comments