closeTransport
Closes the data channel transport. The underlying message receiving channel will be closed.
After calling a channel will start a closing process:
The channel state will transition to WebRtc.DataChannel.State.CLOSED
No more messages can be sent through this channel
The underlying message receiving channel will be closed
Any pending send operations may fail
A DataChannelEvent.Closed event will be emitted