2018-04-26 15:33:47 +02:00

10 lines
221 B
TypeScript

import { Connection } from '../../..';
export interface InboundStreamOptions {
id: string;
connection: Connection;
frameRate: number;
recvAudio: boolean;
recvVideo: boolean;
typeOfVideo: string;
}