Sync call link call history
This commit is contained in:
parent
ce83195170
commit
2785501f82
26 changed files with 800 additions and 175 deletions
|
@ -177,7 +177,7 @@ export function getCallingIcon(
|
|||
}
|
||||
return 'video';
|
||||
}
|
||||
if (callType === CallType.Group) {
|
||||
if (callType === CallType.Group || callType === CallType.Adhoc) {
|
||||
return 'video';
|
||||
}
|
||||
throw missingCaseError(callType);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue