import { MLineWrap } from './SdpTransformUtil'; export default class RtxModifier { clearSsrcCache: () => void; setSsrcCache: ( ssrcMapping: Map ) => void; // TODO: modifyRtxSsrcs: ( sdpStr: string ) => void; modifyRtxSsrcs2: ( videoMLine: MLineWrap ) => boolean; // TODO: what is an MLineWrap stripRtx: ( sdpStr: string ) => string; }