Skip to content

Commit bb028df

Browse files
author
Junard Lebajan
authored
Fixes issues where Picture-in-Picture does not work for video feed with FireworkVideoSDK 1.3.0 and later. (#2)
1 parent f92850d commit bb028df

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6+
## [0.3.1]
7+
8+
### Changed
9+
10+
- Fixes issue where Picture-in-Picture does not work with FireworkVideoSDK 1.3.0 and later.
11+
612
## [0.3.0]
713

814
### Changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ let package = Package(
1515
targets: [
1616
.binaryTarget(
1717
name: "FireworkVideoIVSSupport",
18-
url: "https://github.com/loopsocial/firework_ios_sdk_ivs_support/releases/download/v0.3.0/FireworkVideoIVSSupport.xcframework.zip",
19-
checksum: "97ed47d80b0b933575a17999d2a0bae0a862e1bd1e08e11e799b05ce1e9ed557"
18+
url: "https://github.com/loopsocial/firework_ios_sdk_ivs_support/releases/download/v0.3.1/FireworkVideoIVSSupport.xcframework.zip",
19+
checksum: "d1092c4ff915433386b363ce205a3ce4a02e774b7245fd1340ec10958894103c"
2020
)
2121
]
2222
)

0 commit comments

Comments
 (0)