Remove RTCDataChannel priority

This has been removed from webrtc-pc[0]

Relates to #748

[0] https://github.com/w3c/webrtc-pc/issues/2258
This commit is contained in:
Sean DuBois
2019-09-26 01:07:42 -07:00
committed by Sean DuBois
parent c12ebcf0e2
commit d54b494292
8 changed files with 6 additions and 161 deletions

View File

@@ -30,7 +30,4 @@ type DataChannelInit struct {
// ID overrides the default selection of ID for this channel.
ID *uint16
// Priority describes the priority of this channel.
Priority *PriorityType
}