parent
5ac014ff29
commit
4648fa3c8c
2 changed files with 189 additions and 138 deletions
|
@ -396,7 +396,11 @@ export class VoiceBroadcastPlayback
|
|||
}
|
||||
|
||||
if (!this.playbacks.has(eventId)) {
|
||||
// set to buffering while loading the chunk data
|
||||
const currentState = this.getState();
|
||||
this.setState(VoiceBroadcastPlaybackState.Buffering);
|
||||
await this.loadPlayback(event);
|
||||
this.setState(currentState);
|
||||
}
|
||||
|
||||
const playback = this.playbacks.get(eventId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue