@homebridge/hap-nodejs
    Preparing search index...

    Interface RTPProxyOptions

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

    Properties

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