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
bump protocol to v1.46.4 and expose client_protocol via FFI (#1121)
### PR description
- bumps the protocol to v1.46.4 and adds the `livekit_analytics.proto`
messages to the generated stubs.
- exposes participant `client_protocol` via FFI
- Adds a `remove_participant_with_options` method that allows to pass
new remove options to the API without a previous `remove_participant`
call breaking.
### Breaking changes
for the `livekit-api` crate I've added a `derive(default)` and an
additional (option) field to the EgressListOptions struct. I don't see a
good way around this though. Open for suggestions.
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
0 commit comments