SdpException

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

This exception indicates problems with creating, parsing, or validating SDP descriptions during the WebRTC connection establishment process.

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?