jspurefix
Version:
pure node js fix engine
9 lines (8 loc) • 320 B
TypeScript
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;
}