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

Release 1.2.0-beta.1 #6

Merged
merged 1 commit into from
Nov 8, 2023
Merged

Release 1.2.0-beta.1 #6

merged 1 commit into from
Nov 8, 2023

Conversation

mininny
Copy link
Contributor

@mininny mininny commented Nov 8, 2023

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 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
  • Added event listeners for receiving connection
    • LiveEventDelegate.didDisconnect(liveEvent: LiveEvent, e: Error)
    • LiveEventDelegate.didReconnect(liveEvent: LiveEvent)
  • The existing didDisconnect event is now renamed to LiveEventDelegate.didExit(liveEvent: LiveEvent, e: Error)

@mininny mininny merged commit e52df2d into main Nov 8, 2023
@mininny mininny deleted the release/1.2.0-beta.1 branch November 8, 2023 08:32
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

Successfully merging this pull request may close these issues.

2 participants