MuteEventDto: {
payload: {
eventName: "mute";
payload: {
muted: boolean;
roomId: string;
userId: string;
};
};
type: "event";
}
Type declaration
-
payload: {
eventName: "mute";
payload: {
muted: boolean;
roomId: string;
userId: string;
};
}
-
eventName: "mute"
-
payload: {
muted: boolean;
roomId: string;
userId: string;
}
-
muted: boolean
-
roomId: string
-
userId: string
-
type: "event"