refactor: joining

This commit is contained in:
Tristan Yang
2023-03-31 11:34:56 +08:00
parent ab064dc75c
commit bdc27314fd
6 changed files with 71 additions and 39 deletions
+3 -2
View File
@@ -8,8 +8,9 @@ export type VoiceBasicInfo = {
export type VoicingInfo = {
downlinkNetworkQuality?: number,
muted: boolean,
deafen: boolean
muted?: boolean,
deafen?: boolean,
joining?: boolean
} & VoiceBasicInfo
export type VoicingMemberInfo = {