Variable RTCRtpSender

    RTCRtpSender: {
        prototype: RTCRtpSender;
        getCapabilities(kind: string): RTCRtpCapabilities;
        new (): RTCRtpSender;
    }

    Type declaration