remove widget log
This commit is contained in:
@@ -157,7 +157,6 @@ export class MuteStates {
|
|||||||
private readonly mediaDevices: MediaDevices,
|
private readonly mediaDevices: MediaDevices,
|
||||||
private readonly joined$: Observable<boolean>,
|
private readonly joined$: Observable<boolean>,
|
||||||
) {
|
) {
|
||||||
logger.log("widget", widget);
|
|
||||||
if (widget !== null) {
|
if (widget !== null) {
|
||||||
// Sync our mute states with the hosting client
|
// Sync our mute states with the hosting client
|
||||||
const widgetApiState$ = combineLatest(
|
const widgetApiState$ = combineLatest(
|
||||||
|
|||||||
Reference in New Issue
Block a user