Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove duplicated enum definitions #691

Closed
saschanaz opened this issue May 13, 2017 · 1 comment
Closed

Remove duplicated enum definitions #691

saschanaz opened this issue May 13, 2017 · 1 comment

Comments

@saschanaz
Copy link
Member

saschanaz commented May 13, 2017

The current spec have duplicated enum definitions already defined in WebRTC spec:

RTCDataChannelState
RTCDegradationPreference
RTCDtlsTransportState
RTCIceCandidateType
RTCIceComponent
RTCIceCredentialType
RTCIceGathererState ("closed" definition is added on ORTC)
RTCIceProtocol
RTCIceRole
RTCIceTcpCandidateType
RTCIceTransportState
RTCPriorityType

Can we remove and replace them by links to the WebRTC spec?

@aboba
Copy link
Contributor

aboba commented May 14, 2017

Since we want the ORTC specification to be understandable without having to refer to WebRTC 1.0, we are maintaining distinct (though hopefully compatible) WebIDL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants