Package-level declarations
Types
Link copied to clipboard
Triggered if for whatever reason we fail to access the camera There are dozens of underlying reasons for why the camera can fail We catch them and wrap them in this exception
Link copied to clipboard
Sealed class represents possible cause of disconnection.
Link copied to clipboard
Triggered if for whatever reason we fail to access the microphone
Link copied to clipboard
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
Link copied to clipboard