CocoaPods Dependency
Ruby
pod 'SKYLINK'
CDN links
- Framework
https://temasys-cdn.s3.amazonaws.com/skylink/skylinksdk/ios/1.0.7.1/SkylinkSDK_iOS_1.0.7.1.zip
( Contains: The SDK framework and SDK static library: SKYLINK.framework, libtemasys.a) - Readme
https://temasys-cdn.s3.amazonaws.com/skylink/skylinksdk/ios/1.0.7.1/readme.md
Sample App
https://github.com/Temasys/SkylinkSDK-iOS-Sample
API Documentation
https://temasys-cdn.s3.amazonaws.com/skylink/skylinksdk/ios/1.0.7.1/docs/index.html
Notable changes
- Updated libWebRTC to WebRTC 9944 build. - Enabled compatibility with iOS 9 devices. - Local media is now obtained much earlier. - Bug fixes: - Resolved crash when exiting from room. - Resolved crash when sending messages, or muting/unmuting audio/video too quickly. - Resolved crash when disconnecting on background thread too many times. - Enabled muting/unmuting audio/video to be done at didConnectWithMessage. - Enabled actual media muted/unmuted status to be conveyed when joining peers. - APIs changes (refer to API documentation for more details) - New - getSkylinkVersion - Get the version string of the Skylink for iOS SDK being used. - isAudioMuted - Get current state of local Audio. - isVideoMuted - Get current state of local Vidio. - Modified - disconnect - Takes in as parameter a completion block which is called when disconnect is done.