UNPKG

agora-rest-client

Version:
9 lines (8 loc) 314 B
import { MixRecordingHLSAndMP4ServerResponse } from '../../../../../services/cloudrecording/api/res/queryResource'; export interface QueryMixHLSAndMP4RecordingResourceRes { cname?: string; uid?: string; resourceId?: string; sid?: string; serverResponse?: MixRecordingHLSAndMP4ServerResponse; }