mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-18 18:59:23 +00:00
set ratchet window to be 100.
This commit is contained in:
@@ -16,7 +16,7 @@ export class MatrixKeyProvider extends BaseKeyProvider {
|
|||||||
private rtcSession?: MatrixRTCSession;
|
private rtcSession?: MatrixRTCSession;
|
||||||
|
|
||||||
public constructor() {
|
public constructor() {
|
||||||
super({ ratchetWindowSize: 0, keyringSize: 256 });
|
super({ ratchetWindowSize: 100, keyringSize: 256 });
|
||||||
}
|
}
|
||||||
|
|
||||||
public setRTCSession(rtcSession: MatrixRTCSession): void {
|
public setRTCSession(rtcSession: MatrixRTCSession): void {
|
||||||
|
|||||||
Reference in New Issue
Block a user