Skip to content
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

Live Streaming uses the GlobalSettings so it does not set the user to audience when choosing that role #334

Open
frank005 opened this issue Feb 17, 2023 · 0 comments

Comments

@frank005
Copy link

This is for the live streaming example in advanced. In liveStreaming.swift:
On line 172, you are calling option.clientRoleType = GlobalSettings.shared.getUserRole()

This makes it so when the user tries to join as audience, they still join as a broadcaster, this needs to be updated to:
option.clientRoleType = role

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant