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.

Report a problem

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?