livekit-server-sdk@2.18.0
Added 1
- Add EgressClient.startEgress(), a unified convenience method that calls the v2 Egress.StartEgress RPC with a StartEgressRequest or a partial init object
Changed 1
- Update e2ee defaults to conform to required FFI fields and update protocol
From node-sdks
Minor Changes
- Add
EgressClient.startEgress(), a unified convenience method that calls the v2Egress.StartEgressRPC with aStartEgressRequest(or a partial init object). The existing per-type start helpers are unchanged. - #706 (@frostbyte73)