On this page

Interface RTCRtpCapabilities

interface RTCRtpCapabilities {
    codecs: RTCRtpCodec[];
    headerExtensions: RTCRtpHeaderExtensionCapability[];
}
Index

Properties

codecs: RTCRtpCodec[]
Was this helpful?
SDK JS
Reference
RTCRtpCapabilities