Pause non-live broadcast from other room (#9825)
This commit is contained in:
parent
5912c7a637
commit
539a50ae30
4 changed files with 143 additions and 1 deletions
|
@ -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>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue