-
Notifications
You must be signed in to change notification settings - Fork 26
1.22.0 Release #797
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
1.22.0 Release #797
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Public Interface+ public final class VideoProximityPolicy: ProximityPolicy, @unchecked Sendable
+
+ public static let identifier: ObjectIdentifier
+
+
+ public init()
+
+
+ public func didUpdateProximity(_ proximity: ProximityState,on call: Call)
+ public enum ProximityState: Hashable, Sendable
+
+ case near
+ case far
+ public protocol ProximityPolicy: Sendable, CustomStringConvertible
+ public final class SpeakerProximityPolicy: ProximityPolicy, @unchecked Sendable
+
+ public static let identifier: ObjectIdentifier
+
+
+ public init()
+
+
+ public func didUpdateProximity(_ proximity: ProximityState,on call: Call)
+ extension ProximityPolicy
+
+ public var description: String
+ public protocol ProximityProviding
public struct StatelessSpeakerIconView: View
- public var call: Call?
+ public weak var call: Call?
public class Call: @unchecked Sendable, WSEventsSubscriber
- public func updateAudioSessionPolicy(_ policy: AudioSessionPolicy)async throws
+ public func updateAudioSessionPolicy(_ policy: AudioSessionPolicy)async throws
+ public func addProximityPolicy(_ policy: any ProximityPolicy)throws
+ public func removeProximityPolicy(_ policy: any ProximityPolicy)
public struct StatelessToggleCameraIconView: View
- public var call: Call?
+ public weak var call: Call?
public struct StatelessMicrophoneIconView: View
- public var call: Call?
+ public weak var call: Call?
public struct StatelessAudioOutputIconView: View
- public var call: Call?
+ public weak var call: Call?
public final class StatsOptions: @unchecked Sendable, Codable, JSONEncodable, Hashable
- public var reportingIntervalMs: Int
+ public var enableRtcStats: Bool
-
+ public var reportingIntervalMs: Int
-
+
- public init(reportingIntervalMs: Int)
+
-
+ public init(enableRtcStats: Bool,reportingIntervalMs: Int)
-
+
- public static func ==(lhs: StatsOptions,rhs: StatsOptions)-> Bool
+
- public func hash(into hasher: inout Hasher)
+ public static func ==(lhs: StatsOptions,rhs: StatsOptions)-> Bool
-
+ public func hash(into hasher: inout Hasher)
-
+
- public enum CodingKeys: String, CodingKey, CaseIterable
+
-
+ public enum CodingKeys: String, CodingKey, CaseIterable
- case reportingIntervalMs = "reporting_interval_ms"
+
+ case enableRtcStats = "enable_rtc_stats"
+ case reportingIntervalMs = "reporting_interval_ms"
public final class CurrentDevice: @unchecked Sendable
-
+ @MainActor public var isProximityMonitoringEnabled: Bool
-
+
- public enum DeviceType: Sendable
+
-
+ public enum DeviceType: Sendable
- case unspecified
+
- case phone
+ case unspecified
- case pad
+ case phone
- case tv
+ case pad
- case carPlay
+ case tv
- case mac
+ case carPlay
- case vision
+ case mac
+ case vision
public struct StatelessVideoIconView: View
- public var call: Call?
+ public weak var call: Call? |
SDK Size
|
|
Build for regression testing β211 has been uploaded to TestFlight π |
Public Interface+ public protocol ProximityProviding
+ public enum ProximityState: Hashable, Sendable
+
+ case near
+ case far
+ public final class VideoProximityPolicy: ProximityPolicy, @unchecked Sendable
+
+ public static let identifier: ObjectIdentifier
+
+
+ public init()
+
+
+ public func didUpdateProximity(_ proximity: ProximityState,on call: Call)
+ extension ProximityPolicy
+
+ public var description: String
+ public final class SpeakerProximityPolicy: ProximityPolicy, @unchecked Sendable
+
+ public static let identifier: ObjectIdentifier
+
+
+ public init()
+
+
+ public func didUpdateProximity(_ proximity: ProximityState,on call: Call)
+ public protocol ProximityPolicy: Sendable, CustomStringConvertible
public final class StatsOptions: @unchecked Sendable, Codable, JSONEncodable, Hashable
- public var reportingIntervalMs: Int
+ public var enableRtcStats: Bool
-
+ public var reportingIntervalMs: Int
-
+
- public init(reportingIntervalMs: Int)
+
-
+ public init(enableRtcStats: Bool,reportingIntervalMs: Int)
-
+
- public static func ==(lhs: StatsOptions,rhs: StatsOptions)-> Bool
+
- public func hash(into hasher: inout Hasher)
+ public static func ==(lhs: StatsOptions,rhs: StatsOptions)-> Bool
-
+ public func hash(into hasher: inout Hasher)
-
+
- public enum CodingKeys: String, CodingKey, CaseIterable
+
-
+ public enum CodingKeys: String, CodingKey, CaseIterable
- case reportingIntervalMs = "reporting_interval_ms"
+
+ case enableRtcStats = "enable_rtc_stats"
+ case reportingIntervalMs = "reporting_interval_ms"
public struct StatelessAudioOutputIconView: View
- public var call: Call?
+ public weak var call: Call?
public final class CurrentDevice: @unchecked Sendable
-
+ @MainActor public var isProximityMonitoringEnabled: Bool
-
+
- public enum DeviceType: Sendable
+
-
+ public enum DeviceType: Sendable
- case unspecified
+
- case phone
+ case unspecified
- case pad
+ case phone
- case tv
+ case pad
- case carPlay
+ case tv
- case mac
+ case carPlay
- case vision
+ case mac
+ case vision
public struct StatelessMicrophoneIconView: View
- public var call: Call?
+ public weak var call: Call?
public struct StatelessToggleCameraIconView: View
- public var call: Call?
+ public weak var call: Call?
public struct StatelessSpeakerIconView: View
- public var call: Call?
+ public weak var call: Call?
public class Call: @unchecked Sendable, WSEventsSubscriber
- public func updateAudioSessionPolicy(_ policy: AudioSessionPolicy)async throws
+ public func updateAudioSessionPolicy(_ policy: AudioSessionPolicy)async throws
+ public func addProximityPolicy(_ policy: any ProximityPolicy)throws
+ public func removeProximityPolicy(_ policy: any ProximityPolicy)
public struct StatelessVideoIconView: View
- public var call: Call?
+ public weak var call: Call? |
ipavlidakis
approved these changes
May 5, 2025
martinmitrevski
approved these changes
May 6, 2025
/merge release |
Publication of the release has been launched π |
Public Interfaceπ No changes affecting the public interface. |
Generated by π« Danger |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
β Added
π Fixed