-
Notifications
You must be signed in to change notification settings - Fork 30
[Enhancement]Stereo Playout integration #994
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
[Enhancement]Stereo Playout integration #994
Conversation
Generated by 🚫 Danger |
e2db509 to
e2b021e
Compare
Public Interface- public struct AudioSessionConfiguration: ReflectiveStringConvertible, Equatable, Sendable
+ public struct AudioSessionConfiguration: CustomStringConvertible, Equatable, Sendable
- public static func ==(lhs: Self,rhs: Self)-> Bool
+ public var description: String
+
+
+ public static func ==(lhs: Self,rhs: Self)-> Bool |
86c4c5f to
3b8bd28
Compare
ebfedd9 to
6b6c886
Compare
# Conflicts: # StreamVideo.xcodeproj/project.pbxproj
cba83ea to
c085841
Compare
| } | ||
| case .info: | ||
| log.info(trimmedMessage, subsystems: .webRTCInternal) | ||
| if Self.isMessageFromValidFile(trimmedMessage) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm, why do we need this? It won't show other info logs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Those logs are noise for most people (especially integrators). But your point is valid. Let me improve it.
| import Foundation | ||
|
|
||
| /// A helper that retries synchronous operations a fixed number of times. | ||
| enum RetriableTask { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't we already have something like this? I believe it worked with policies.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We do but it's for async operations. I tried using it but it required more changes that i wasn't really keen to do.
c085841 to
23ac124
Compare
SDK Size
|
StreamVideo XCSize
Show 104 more objects
|
StreamVideoSwiftUI XCSize
|
|
7eacbdb
into
enhancement/hifi/feature-implementation



🔗 Issue Links
Provide all JIRA tickets and/or GitHub issues related to this PR, if applicable.
🎯 Goal
Describe why we are making this change.
📝 Summary
Provide bullet points with the most important changes in the codebase.
🛠 Implementation
Provide a detailed description of the implementation and explain your decisions if you find them relevant.
TODO
🎨 Showcase
Add relevant screenshots and/or videos/gifs to easily see what this PR changes, if applicable.
imgimg🧪 Manual Testing Notes
Explain how this change can be tested manually, if applicable.
☑️ Contributor Checklist
🎁 Meme
Provide a funny gif or image that relates to your work on this pull request. (Optional)