PokéRogue
    Preparing search index...
    RTCRtpSender: {
        prototype: RTCRtpSender;
        getCapabilities(kind: string): RTCRtpCapabilities | null;
        new (): RTCRtpSender;
    }

    Type Declaration

    • prototype: RTCRtpSender
    • getCapabilities: function
      • The static method RTCRtpSender.getCapabilities() returns an object describing the codec and header extension capabilities supported by the RTCRtpSender.

        MDN Reference

        Parameters

        • kind: string

        Returns RTCRtpCapabilities | null