Pause non-live broadcast from other room (#9825)

This commit is contained in:
Michael Weimann 2022-12-28 09:29:42 +01:00 committed by GitHub
parent 5912c7a637
commit 539a50ae30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 143 additions and 1 deletions

View file

@ -37,7 +37,7 @@ export class VoiceBroadcastPlaybacksStore
extends TypedEventEmitter<VoiceBroadcastPlaybacksStoreEvent, EventMap>
implements IDestroyable
{
private current: VoiceBroadcastPlayback | null;
private current: VoiceBroadcastPlayback | null = null;
/** Playbacks indexed by their info event id. */
private playbacks = new Map<string, VoiceBroadcastPlayback>();