Update src/config/ConfigOptions.ts

Co-authored-by: fkwp <fkwp@users.noreply.github.com>
This commit is contained in:
Timo
2025-06-10 17:51:10 +02:00
committed by GitHub
parent 9e479a013d
commit 9cf05e8b26

View File

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