Swiftpack.co - Swift Packages by voximplant

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by voximplant

voximplant/ios-sdk-releases 2.51.0
Voximplant iOS SDK Releases for Swift Package Manager
⭐️ 1
🕓 15 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
2.51.0
15 weeks ago
- Fix: rare crash on collecting and processing call statistics
2.50.0
27 weeks ago
- Dependency update: VoxImplantWebRTC is updated to 106.0.1 - Fix: crash on [[VIVideoStream.removeRenderer:]](https://voximplant.com/docs/references/iossdk/call/vivideostream#removerenderer) if the renderer is passed as nil argument - Code sign for XCFramework according to [the Apple requirements](https://developer.apple.com/documentation/xcode/verifying-the-origin-of-your-xcframeworks) - Privacy Manifest for XCFramework according to [the Apple requirements](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files) - Introduce new API to handle video receive stop on a remote video stream and its reason (see 2.50.0-beta changelog)
2.50.0-beta
37 weeks ago
This is a beta SDK version. Not recommended for production use. - Signature for VIRemoteVideoStream.startReceiving and VIRemoteVideoStream.stopReceiving API is changed. The result of the API call is now provided via events: - [VIEndpointDelegate endpoint:didStartReceivingVideoStream:] - [VIEndpointDelegate endpoint:didStopReceivingVideoStream:reason:] - Introduce new API to handle video receive stop on a remote video stream: - [VIEndpointDelegate endpoint:didStartReceivingVideoStream:] - [VIEndpointDelegate endpoint:didStopReceivingVideoStream:reason:] - Introduce new API VIVideoStreamReceiveStopReason to handle the reason for video receive stop on a remote video stream.
2.48.2
37 weeks ago
- [VIClient.clientState](https://voximplant.com/docs/references/iossdk/client/viclient#clientstate) sometimes returns an incorrect client state if [[VIClient loginWithUser:password:success:failure:]](https://voximplant.com/docs/references/iossdk/client/viclient#loginwithuserpasswordsuccessfailure) API call has failed with [VILoginErrorCodeTimeout](https://voximplant.com/docs/references/iossdk/client/viloginerrorcode#viloginerrorcodetimeout) error.
2.48.1
39 weeks ago
* Fix: crash on [[VIRemoteVideoStream requestVideoSizeWithWidth:height:]](https://voximplant.com/docs/references/iossdk/call/viremotevideostream#requestvideosizewithwidthheight) while a conference call is reconnecting * Behavior change: [[VICallDelegate call:startRingingWithHeaders:]](https://voximplant.com/docs/references/iossdk/call/vicalldelegate#callstartringingwithheaders) event is invoked only if the callee received the incoming call.
2.48.0
40 weeks ago
- Update of the iOS SDK toolchain to 14.1 - Dependency update: VoxImplantWebRTC is updated to 106.0.0 - Minimum supported iOS version is changed to 11.0 - 32-bit architectures are no more supported. Supported architectures: - arm64 (device) - x86_64 (simulator) - arm64 (simulator) - Remove bitcode support, since bitcode is deprecated by Apple. If you have a build issue related to bitcode support, please contact us. - Resolve build issues for the projects where several instances of WebRTC framework are used (from different providers)
2.47.1
43 weeks ago
- Fix: incorrect remote video stream type for screensharing streams from other participants in a call / conference - Fix: screensharing from Broadcast Upload Extension is reported as [VIVideoStreamTypeVideo](https://voximplant.com/docs/references/iossdk/call/vivideostreamtype#vivideostreamtypevideo) on other conference participants
2.47.0
50 weeks ago
2.46.12
1 year ago
- Fix: increase the delay to keep the connection to the Voximplant Cloud in the background after a VoIP push notification is received - Fix: [[VIClientSessionDelegate clientSessionDidDisconnect:]](https://voximplant.com/docs/references/iossdk/client/viclientsessiondelegate#clientsessiondiddisconnect) is not invoked sometimes if a call was ended in the background
2.46.11
1 year ago
* Connect/login stability improvements.
iOS
voximplant/ios-sdk-releases-bitcode 2.47.1
Voximplant iOS SDK Bitcode Releases for Swift Package Manager
⭐️ 0
🕓 43 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
2.47.1
43 weeks ago
- Fix: incorrect remote video stream type for screensharing streams from other participants in a call / conference - Fix: screensharing from Broadcast Upload Extension is reported as [VIVideoStreamTypeVideo](https://voximplant.com/docs/references/iossdk/call/vivideostreamtype#vivideostreamtypevideo) on other conference participants
2.47.0
50 weeks ago
2.46.12
1 year ago
- Fix: increase the delay to keep the connection to the Voximplant Cloud in the background after a VoIP push notification is received - Fix: [[VIClientSessionDelegate clientSessionDidDisconnect:]](https://voximplant.com/docs/references/iossdk/client/viclientsessiondelegate#clientsessiondiddisconnect) is not invoked sometimes if a call was ended in the background
2.46.11
1 year ago
* Connect/login stability improvements.
2.46.10
1 year ago
* Reduce timeout for an attempt to connect or reconnect to the Voximplant Cloud * [VIVideoStream addRenderer](https://voximplant.com/docs/references/iossdk/call/vivideostream#addrenderer) returns immediately, if a call or a conference call the video stream belongs to is ending or ended. * Fix: Xcode 14 warning regarding thread priority inversions on iOS 16.
2.46.9
1 year ago
* Fix: [VILoginSuccess](https://voximplant.com/docs/references/iossdk/client/viloginsuccess) block is not invoked if multiple login attempts are performed simultaneously * Bugfix and stability improvements.
2.46.8
1 year ago
* Fix: [[VIClient clientVersion]](https://voximplant.com/docs/references/iossdk/client/viclient#clientversion) returns an application version if the SDK is linked statically * Fix: [[VIEndpointDelegate endpoint:didRemoveRemoteVideoStream:]](https://voximplant.com/docs/references/iossdk/call/viendpointdelegate#endpointdidremoveremotevideostream) is not invoked if an endpoint has stopped sending video while the client was reconnecting due to a network issue * Bugfix and stability improvements.
2.46.7
1 year ago
* Update of iOS SDK toolchain to 13.2.1 * Introduce [VIClient.enableForceRelayTraffic](https://voximplant.com/docs/references/iossdk/client/viclient#enableforcerelaytraffic) API to force the media go through TURN servers. * Bugfix and stability improvements.
2.46.6
1 year ago
- Bugfix and stability improvements
2.46.5
1 year ago
- Bugfix and stability improvements
iOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics