RtcException

class RtcException(message: String? = null, cause: Throwable? = null, retryCurrentSfu: Boolean = false, switchSfu: Boolean = false, error: <Error class: unknown class>? = null) : Exception

Wraps any exception that occurs in the RTC layer With a recommendation if we should retry the current SFU, stop or switch to a different one

Constructors

Link copied to clipboard
constructor(message: String? = null, cause: Throwable? = null, retryCurrentSfu: Boolean = false, switchSfu: Boolean = false, error: <Error class: unknown class>? = null)

Inherited properties

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

Inherited functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard