Definition
WebRTC: Real-Time Communication in Browsers defines RTCRtpCodec
dictionary RTCRtpCodec {
required DOMString mimeType;
required unsigned long clockRate;
unsigned short channels;
DOMString sdpFmtpLine;
};
RTCRtpCodec
dictionaryWebRTC: Real-Time Communication in Browsers defines RTCRtpCodec
dictionary RTCRtpCodec {
required DOMString mimeType;
required unsigned long clockRate;
unsigned short channels;
DOMString sdpFmtpLine;
};