-
Notifications
You must be signed in to change notification settings - Fork 30
[Fix]Livestream participants count #736
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
Conversation
| Text(L10n.Call.Livestream.notStarted) | ||
| notStartedView | ||
| } else { | ||
| ZStack { |
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.
No changes here, just moving things around, right?
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.
It adds also some background when the state is loading,error or backstage because currently the text just overlays the CallScreen. it also shows the controls show that in any state the user can leave the call.
77b0839 to
f27ea4f
Compare
SDK Size
|
Public Interface🚀 No changes affecting the public interface. |
Public Interface🚀 No changes affecting the public interface. |
Public Interface🚀 No changes affecting the public interface. |
Public Interface🚀 No changes affecting the public interface. |
|



🔗 Issue Links
Resolves https://linear.app/stream/issue/IOS-770/sfu-healthcheck-event-isnt-handled-correctly
🛠 Implementation
The webSocketClient implementation treats the healthCheck events differently. This revision ensures that healthCheck events will go through the regular process that allows all alive observers to receive them.
☑️ Contributor Checklist