diff --git a/src/replay/index.ts b/src/replay/index.ts index 915dbf29..4fb0f738 100644 --- a/src/replay/index.ts +++ b/src/replay/index.ts @@ -207,6 +207,14 @@ export class Replayer { if (!this.config.skipInactive) { this.backToNormal(); } + if (typeof this.config.speed !== 'undefined') { + this.speedService.send({ + type: 'SET_SPEED', + payload: { + speed: config.speed!, + }, + }); + } } public getMetaData(): playerMetaData {