WebIDLpedia

[DEPRECATED] RTCRtpSFrameEncrypter interface

As of June 11, 2026, this name is no longer defined by a Web Platform specification

Definition

WebRTC Encoded Transform defines RTCRtpSFrameEncrypter



[Exposed=Window]
interface RTCRtpSFrameEncrypter {
    constructor(RTCRtpSFrameEncrypterOptions options);
};
RTCRtpSFrameEncrypter includes SFrameEncrypterManager;
Consolidated IDL (across mixin and partials)


[Exposed=Window]
interface RTCRtpSFrameEncrypter {
    constructor(RTCRtpSFrameEncrypterOptions options);
    Promise<undefined> setEncryptionKey(CryptoKey key, CryptoKeyID keyId);
};

Methods and attributes that return objects implementing RTCRtpSFrameEncrypter