UNPKG

jspurefix

Version:
9 lines (8 loc) 320 B
import { ISessionDescription } from './session-description'; export interface ISession50Description extends ISessionDescription { readonly SessionStatus?: number; readonly DefaultApplVerID: string; readonly DefaultApplExtID?: number; readonly DefaultCstmApplVerID?: string; readonly Text?: string; }