shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.consumers
/
ConnectIpsException
Connect
Ips
Exception
class
ConnectIpsException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
Exception
Exception thrown when connecting to IPs fails.
Members
Constructors
Connect
Ips
Exception
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?