.
This commit is contained in:
@@ -13,11 +13,7 @@ interface ChannelVoiceState {
|
||||
|
||||
interface ChannelsVoiceState {
|
||||
channels: Record<ChannelId, ChannelVoiceState>;
|
||||
addUser: (
|
||||
channelId: ChannelId,
|
||||
userId: UserId,
|
||||
userVoiceState: UserVoiceState,
|
||||
) => void;
|
||||
addUser: (channelId: ChannelId, userId: UserId, userVoiceState: UserVoiceState) => void;
|
||||
removeUser: (channelId: ChannelId, userId: UserId) => void;
|
||||
removeChannel: (channelId: ChannelId) => void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user