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