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; /**