negotiated property
      
      bool
      get
      negotiated
      
    
    
The read-only RTCDataChannel property
negotiated indicates whether the
RTCDataChannel's connection was negotiated by the Web app
(true) or by the WebRTC layer (false). The
default is false.
See Creating a data channel for further information about this property.
Implementation
external bool get negotiated;