视频保存
This commit is contained in:
@@ -603,6 +603,13 @@ export const useMeetingStore = defineStore('meeting', () => {
|
||||
if (typeof dto.size_bytes === 'number') recording.sizeBytes = dto.size_bytes
|
||||
if (typeof dto.duration_sec === 'number') recording.durationSec = dto.duration_sec
|
||||
if (typeof dto.failure_reason === 'string') recording.failureReason = dto.failure_reason
|
||||
if (
|
||||
dto.status === MEETING_RECORDING_STATUS_RECORDING ||
|
||||
dto.status === MEETING_RECORDING_STATUS_READY ||
|
||||
dto.status === MEETING_RECORDING_STATUS_FAILED
|
||||
) {
|
||||
recording.pending = false
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user