Error

class Error(val channel: WebRtcDataChannel, val reason: String) : DataChannelEvent(source)

Fired when an error occurs on the data channel.

Parameters

reason

The error reason.

See also

Constructors

Link copied to clipboard
constructor(channel: WebRtcDataChannel, reason: String)

Properties

Link copied to clipboard
open override val channel: WebRtcDataChannel
Link copied to clipboard