keroserene / go-webrtc

WebRTC for Go
Other
455 stars 76 forks source link

Implement "negotiated" flag on DataChannels #28

Open keroserene opened 8 years ago

keroserene commented 8 years ago

Instead of automatic creation on the other end, allows peers to manually create a data channel together using the same label and probably some custom signaling. (Doesn't seem required for our use case at the moment, but may be useful for others' scenarios, and/or if our assumptions change)

arlolra commented 6 years ago

59 was related.