DataChannelClosedException
open class DataChannelClosedException(message: String, cause: Throwable? = null) : WebRtc.IOException(source)
Exception thrown when trying to send to or read from a closed DataChannel.
Exception thrown when trying to send to or read from a closed DataChannel.