Skip to content

Commit

Permalink
结束通话接口文档
Browse files Browse the repository at this point in the history
Change-Id: Id64b32770d6e8aa60dfe2d8a8482b0676533f5f8
  • Loading branch information
tonychanchen committed Mar 20, 2023
1 parent 4e32217 commit 0f8defa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Source/SDK/LinkVideo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ pod 'TIoTLinkVideo'
- (void)muteLocalAudio:(BOOL)mute;
```

* 4、结束通话:

主动结束: [stopService](https://github.com/tencentyun/iot-link-ios/blob/4e322172a949725f7d6ea4a1daa17a288cbc00e6/Source/SDK/LinkVideo/TIoTCoreXP2PBridge.h#L147-L150)
对方结束: [disConnect通知](https://github.com/tencentyun/iot-link-ios/blob/4e322172a949725f7d6ea4a1daa17a288cbc00e6/Source/LinkSDKDemo/Video/P2P/Controller/TIoTDemoPreviewDeviceVC.m#L1151-L1155)



### SDK相关文档
* [iOS SDK说明](doc/iOS%20Video接入指引文档.md)
Expand Down

0 comments on commit 0f8defa

Please sign in to comment.