From 9cf05e8b262754f4619f89b1521175d315f9905f Mon Sep 17 00:00:00 2001 From: Timo <16718859+toger5@users.noreply.github.com> Date: Tue, 10 Jun 2025 17:51:10 +0200 Subject: [PATCH] Update src/config/ConfigOptions.ts Co-authored-by: fkwp --- src/config/ConfigOptions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/ConfigOptions.ts b/src/config/ConfigOptions.ts index 4b541210..c4dc9144 100644 --- a/src/config/ConfigOptions.ts +++ b/src/config/ConfigOptions.ts @@ -114,7 +114,7 @@ export interface ConfigOptions { * when someone leaves a call. */ wait_for_key_rotation_ms?: number; - /** @deprecated use delay_new_key_sending_ms instead */ + /** @deprecated use wait_for_key_rotation_ms instead */ key_rotation_on_leave_delay?: number; /**