SHA256
Починить двустороннее видео в звонках
This commit is contained in:
@@ -118,7 +118,10 @@ export function parseDmTechBlocks(rawText = '') {
|
||||
const status = String(fields.status || '').trim().toLowerCase();
|
||||
if (status === 'completed') {
|
||||
const durationSec = Math.max(0, Math.floor(Number(fields.duration || 0)));
|
||||
callSummary = { status: 'completed', durationSec };
|
||||
callSummary = {
|
||||
status: 'completed',
|
||||
durationSec,
|
||||
};
|
||||
} else {
|
||||
callSummary = {
|
||||
status: 'failed',
|
||||
|
||||
Reference in New Issue
Block a user