RTCError

open class RTCError(init: RTCErrorInit, message: String = definedExternally) : DOMException(source)

The RTCError interface describes an error which has occurred while handling WebRTC operations.

MDN Reference

Constructors

Link copied to clipboard
constructor(init: RTCErrorInit, message: String = definedExternally)

Properties

Link copied to clipboard
open override val message: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard