Interface RTPProxyOptions

interface RTPProxyOptions {
    disabled: boolean;
    isIPV6?: boolean;
    outgoingAddress: string;
    outgoingPort: number;
    outgoingSSRC: number;
}

Properties

disabled: boolean
isIPV6?: boolean
outgoingAddress: string
outgoingPort: number
outgoingSSRC: number