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
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