WebRTCException

class WebRTCException(val message: String?) : RuntimeException

Represent an exception for the RTC.

Constructors

Link copied to clipboard
constructor(message: String?)

Properties

Link copied to clipboard
open override val message: String?

Inherited properties

Link copied to clipboard
open val cause: Throwable?