mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
Merge remote-tracking branch 'origin/tracking' into custom
This commit is contained in:
commit
2eec2e60dd
2 changed files with 0 additions and 54 deletions
|
|
@ -66,17 +66,6 @@ dictionary RTCOfferOptions : RTCOfferAnswerOptions {
|
|||
// Mozilla proprietary options (at risk: Bug 1196974)
|
||||
boolean mozDontOfferDataChannel;
|
||||
boolean mozBundleOnly;
|
||||
|
||||
// TODO: Remove old constraint-like RTCOptions support soon (Bug 1064223).
|
||||
DeprecatedRTCOfferOptionsSet mandatory;
|
||||
sequence<DeprecatedRTCOfferOptionsSet> _optional;
|
||||
};
|
||||
|
||||
dictionary DeprecatedRTCOfferOptionsSet {
|
||||
boolean OfferToReceiveAudio; // Note the uppercase 'O'
|
||||
boolean OfferToReceiveVideo; // Note the uppercase 'O'
|
||||
boolean MozDontOfferDataChannel; // Note the uppercase 'M'
|
||||
boolean MozBundleOnly; // Note the uppercase 'M'
|
||||
};
|
||||
|
||||
interface RTCDataChannel;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue