You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-12-23 21:02:09 +03:00
Do not resume voice broadcasts on seek (#9686)
This commit is contained in:
@@ -387,7 +387,7 @@ export class VoiceBroadcastPlayback
|
||||
const offsetInChunk = time - this.chunkEvents.getLengthTo(event);
|
||||
await skipToPlayback.skipTo(offsetInChunk / 1000);
|
||||
|
||||
if (currentPlayback !== skipToPlayback) {
|
||||
if (this.state === VoiceBroadcastPlaybackState.Playing && !skipToPlayback.isPlaying) {
|
||||
await skipToPlayback.play();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user