You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: