rust-sdks
rust-sdks copied to clipboard
Cargo build: error[E0063]: missing fields `audio_mixing` and `webhooks` in initializer of `RoomCompositeEgressRequest`
When after cargo add livekit 0.7.9 and cargo build, there will be proto errors:
error[E0063]: missing fields audio_mixing and webhooks in initializer of RoomCompositeEgressRequest
error[E0063]: missing field webhooks in initializer of WebEgressRequest
error[E0063]: missing field webhooks in initializer of ParticipantEgressRequest
error[E0063]: missing field webhooks in initializer of TrackCompositeEgressRequest
error[E0063]: missing field dispatch_rule in initializer of CreateSipDispatchRuleRequest
error[E0063]: missing fields trunk and wait_until_answered in initializer of CreateSipParticipantRequest
seems livekit v0.4.2 is incompatible with livekit-protocol v0.3.10