Skip to content

Commit

Permalink
release: 0.10.0 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
vadymmarkov authored Oct 15, 2024
1 parent 7384478 commit 60f8315
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 27 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,25 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Added
- `MediaFactory.audioSession` to use instead of deprecated `AudioSession.shared`

# [0.10.0] - 2024-10-09

### Added
- Support audio in screen capture
- Make it possible to set preferred aspect ratio

## Changed
- `MediaFactory.audioSession` to use instead of deprecated `AudioSession.shared`

### Fixed
- Fix audio configuration for screen capture
- Don't check for host on mute/unmute
- Support cancellation in DNS lookup
- Use different audio session mode for audio and video calls

## Removed
- Remove various deprecated methods and types


## [0.9.0] - 2023-10-08

### Added
Expand Down Expand Up @@ -147,7 +166,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### Added
- Initial release

[Unreleased]: https://github.com/pexip/pexip-swift-sdk/compare/0.9.0...HEAD
[Unreleased]: https://github.com/pexip/pexip-swift-sdk/compare/0.10.0...HEAD
[0.10.0]: https://github.com/pexip/pexip-swift-sdk/releases/tag/0.10.0
[0.9.0]: https://github.com/pexip/pexip-swift-sdk/releases/tag/0.9.0
[0.8.0]: https://github.com/pexip/pexip-swift-sdk/releases/tag/0.8.0
[0.7.0]: https://github.com/pexip/pexip-swift-sdk/releases/tag/0.7.0
Expand Down
2 changes: 1 addition & 1 deletion Docs/header.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<header>
<nav class="top-nav">
<a href="/pexip-swift-sdk/" class="library-name">sdk</a>
<div class="version">0.9.0</div>
<div class="version">0.10.0</div>
<a href="/pexip-swift-sdk/sdk/documentation/pexipswiftsdk/macos">macOS</a>
<a href="/pexip-swift-sdk/sdk/documentation/pexipswiftsdk/ios">iOS</a>
<a href="/pexip-swift-sdk/sdk/documentation/pexipswiftsdk/">Home</a>
Expand Down
38 changes: 19 additions & 19 deletions Examples/VideoFilters/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,19 @@ PODS:
- nanopb/encode (= 2.30909.0)
- nanopb/decode (2.30909.0)
- nanopb/encode (2.30909.0)
- PexipCore (0.9.0)
- PexipInfinityClient (0.9.0):
- PexipCore (= 0.9.0)
- PexipMedia (0.9.0):
- PexipCore (= 0.9.0)
- PexipScreenCapture (= 0.9.0)
- PexipRTC (0.9.0):
- PexipCore (= 0.9.0)
- PexipMedia (= 0.9.0)
- PexipCore (0.10.0)
- PexipInfinityClient (0.10.0):
- PexipCore (= 0.10.0)
- PexipMedia (0.10.0):
- PexipCore (= 0.10.0)
- PexipScreenCapture (= 0.10.0)
- PexipRTC (0.10.0):
- PexipCore (= 0.10.0)
- PexipMedia (= 0.10.0)
- WebRTCObjc (= 105.0.0)
- PexipScreenCapture (0.9.0)
- PexipVideoFilters (0.9.0):
- PexipCore (= 0.9.0)
- PexipScreenCapture (0.10.0)
- PexipVideoFilters (0.10.0):
- PexipCore (= 0.10.0)
- PromisesObjC (2.2.0)
- Protobuf (3.22.0)
- WebRTCObjc (105.0.0)
Expand Down Expand Up @@ -132,16 +132,16 @@ SPEC CHECKSUMS:
MLKitVision: 96c96571190b7f63eddf4a12068ce8a8689e0d2c
MLKitXenoCommon: 39b7097db51f4716a2a0ff4e4459e002499f5523
nanopb: b552cce312b6c8484180ef47159bc0f65a1f0431
PexipCore: 4abb452e22d057ea385a1df982ea16477029e5e5
PexipInfinityClient: fad8cd957ea2d08951e7a5c4c09f2d35487ac1be
PexipMedia: 9ddbb81847cf8f787779681a22e3378fddb74a6e
PexipRTC: eda6331a59feacfcc8ccd32ec40dcc67ccb34593
PexipScreenCapture: c5f03a544d66bcdf1e322b93e5ae81339c31d0fe
PexipVideoFilters: b916cd035e9c2a9cef15e844b41df04cb003658e
PexipCore: 2985521752287a025e90d16602d9c5dc2c198dc5
PexipInfinityClient: d7f7edff81428adfc967994eeb54ceb8e9029cf7
PexipMedia: 4182b9009e49aecc135fa717d6c89553fa960675
PexipRTC: a84057d0804c08436ce784ec997dc3f8a71062b6
PexipScreenCapture: 3e5a551b097a2170291a724375f99682216589c8
PexipVideoFilters: 672bfbb4be559f90c9dbb4ab21740108d590c04c
PromisesObjC: 09985d6d70fbe7878040aa746d78236e6946d2ef
Protobuf: 5e6cbc143d02fe08585d86b0098f8b755d2caaab
WebRTCObjc: eafbb6955adb16faa7d369ff308796caf854abf3

PODFILE CHECKSUM: e37a51dc80ef8d24b557f396656deda7c8ee20d6

COCOAPODS: 1.11.3
COCOAPODS: 1.15.2
2 changes: 1 addition & 1 deletion PexipCore.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PexipCore'
s.version = '0.9.0'
s.version = '0.10.0'
s.summary = 'Pexip Swift SDK extensions, utilities and shared components.'
s.description = <<-DESC
Pexip Swift SDK is designed for use by iOS/macOS voice/video applications
Expand Down
2 changes: 1 addition & 1 deletion PexipInfinityClient.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PexipInfinityClient'
s.version = '0.9.0'
s.version = '0.10.0'
s.summary = 'A fluent client for Pexip Infinity REST API v2, conference controls, events, media signaling and token refreshing.'
s.description = <<-DESC
Pexip Swift SDK is designed for use by iOS/macOS voice/video applications
Expand Down
2 changes: 1 addition & 1 deletion PexipMedia.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PexipMedia'
s.version = '0.9.0'
s.version = '0.10.0'
s.summary = 'Core components for working with audio and video in the Pexip Swift SDK'
s.description = <<-DESC
Pexip Swift SDK is designed for use by iOS/macOS voice/video applications
Expand Down
2 changes: 1 addition & 1 deletion PexipRTC.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PexipRTC'
s.version = '0.9.0'
s.version = '0.10.0'
s.summary = 'Pexip WebRTC-based media stack for sending and receiving video streams.'
s.description = <<-DESC
Pexip Swift SDK is designed for use by iOS/macOS voice/video applications
Expand Down
2 changes: 1 addition & 1 deletion PexipScreenCapture.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PexipScreenCapture'
s.version = '0.9.0'
s.version = '0.10.0'
s.summary = 'High level APIs for screen capture on iOS and macOS.'
s.description = <<-DESC
Pexip Swift SDK is designed for use by iOS/macOS voice/video applications
Expand Down
2 changes: 1 addition & 1 deletion PexipVideoFilters.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PexipVideoFilters'
s.version = '0.9.0'
s.version = '0.10.0'
s.summary = 'A set of built-in video filters ready to use in your video conferencing app.'
s.description = <<-DESC
Pexip Swift SDK is designed for use by iOS/macOS voice/video applications
Expand Down

0 comments on commit 60f8315

Please sign in to comment.