StreamCallActivityException

class StreamCallActivityException(val call: Call, val message: String?, val cause: Throwable?) : Exception

We will propagate this to StreamCallActivity.onErrorFinish instead of Exception

Constructors

Link copied to clipboard
constructor(call: Call, message: String?, cause: Throwable?)

Properties

Link copied to clipboard
val call: Call
Link copied to clipboard
open override val cause: Throwable?
Link copied to clipboard
open override 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