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

    Type Alias Source

    type Source = {
        port: number;
        proxy_rtcp?: number;
        proxy_rtp?: number;
        srtp_key: Buffer;
        srtp_salt: Buffer;
        srtpCryptoSuite: SRTPCryptoSuites;
    }
    Index

    Properties

    port: number
    proxy_rtcp?: number
    proxy_rtp?: number
    srtp_key: Buffer
    srtp_salt: Buffer
    srtpCryptoSuite: SRTPCryptoSuites