IceException

class IceException(message: String?, cause: Throwable? = null) : RuntimeException(source)

This exception indicates problems with ICE candidates gathering, processing, or connectivity during the WebRTC peer connection establishment.

Constructors

Link copied to clipboard
constructor(message: String?, cause: Throwable? = null)

Properties

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