linkwil / WeHomeSDK

SDK source code for communicating with Linkwil's battery doorbell & battery IP camera.
GNU Lesser General Public License v2.1
6 stars 4 forks source link

SDK Support #3

Open MultisourceTech opened 6 years ago

MultisourceTech commented 6 years ago

Hi, is it possible to assist in integrating with Swift 4? I have imported the LinkWiFiConfig.framework and the ECSDK.framework.

I am able to perform the connect and I am able to login to the camera. I do not understand how to receive the video and audio. specifically the lp methods.

xiaojinsheng commented 6 years ago

Hi: The lp methods means callback functions, these functions will be called when received audio and video stream. You can refer the iOS demo app for detail.