refactor: video call

This commit is contained in:
Tristan Yang
2023-04-23 17:46:31 +08:00
parent 9dc6bcd483
commit adbd244292
9 changed files with 93 additions and 62 deletions
+3 -1
View File
@@ -12,6 +12,7 @@ export type VoicingInfo = {
downlinkNetworkQuality?: number,
muted?: boolean,
deafen?: boolean,
video?: boolean,
joining?: boolean,
connectionState?: ConnectionState
} & VoiceBasicInfo
@@ -19,7 +20,8 @@ export type VoicingInfo = {
export type VoicingMemberInfo = {
speakingVolume?: number,
muted?: boolean,
deafen?: boolean
deafen?: boolean,
video?: boolean
}
export type VoicingMembers = {