UNPKG

jspurefix

Version:
10 lines (8 loc) 314 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 }