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 commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
1.2.0-beta.1 (Nov 8, 2023)
Added support for streaming with multiple hosts
Now, multiple hosts can stream in a live event simultaneously.
LiveEvent.hostType has changed to LiveEvent.type
LiveEventType can have the following values: audioOnly and video, indicating the live event type for audio-only streaming and video streaming, respectively.
LiveEventCreateParams.hostType has changed to LiveEventCreateParams.type
LiveEventQuery.hostTypes has changed to LiveEventQuery.types