export default interface VertoRTCMediaData { candidate?: any; candidateList: Array; profile: any; SDP: string; }