EdgePeerConnection.createDataChannel()
DESCRIPTION
Create a new data channel WARNING: Data channels are experimental and may not work as expected..
DECLARATION
func createDataChannel(_ label: String) throws -> EdgeDataChannel
PARAMETERS
label:
- A string that describes the data channel.