import { Target } from './target'; export interface WebrtcTarget extends Target { signalingUrl: string; streamName: string; appName: string; }