-
Notifications
You must be signed in to change notification settings - Fork 21
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
[PBE-0] support livestream #584
Conversation
SDK Size
|
f2e1a63
to
d4b0405
Compare
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.
Looks good, just few small things. Also the call state has conflicts.
Sources/StreamVideoSwiftUI/Livestreaming/LivestreamPlayer.swift
Outdated
Show resolved
Hide resolved
roles(), | ||
joinedAt, | ||
userId | ||
combineComparators([ |
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.
why do we need to change this?
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.
This one is changed to match React sorting comparators as they seem to have been updated https://github.com/GetStream/stream-video-js/blob/3d115dd349fb0f4c57ff162dbaf829c2f96b45b9/packages/client/src/sorting/presets.ts#L93
1328ea7
to
2696168
Compare
Generated by 🚫 Danger |
Quality Gate passedIssues Measures |
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.
LGTM ✅
public init( | ||
type: String, | ||
id: String, | ||
muted: Bool = false, | ||
showParticipantCount: Bool = true, | ||
joinPolicy: JoinPolicy = .auto, |
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.
Even better 👍
🎯 Goal
Allow starting/joining livestreams from the Demo app
🎨 Showcase
Simulator.Screen.Recording.-.iPhone.16.Pro.-.2024-11-12.at.17.05.57.mov
Simulator.Screen.Recording.-.iPhone.16.Pro.-.2024-11-12.at.17.10.42.mov
type
query parameter set tolivestream
☑️ Contributor Checklist