shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.webrtc
/
DtlsFingerprint
Dtls
Fingerprint
@
Serializable
data
class
DtlsFingerprint
(
val
algorithm
:
String
,
val
value
:
String
)
DTLS fingerprint.
Members
Constructors
Dtls
Fingerprint
Link copied to clipboard
constructor
(
algorithm
:
String
,
value
:
String
)
Properties
algorithm
Link copied to clipboard
val
algorithm
:
String
value
Link copied to clipboard
val
value
:
String
Functions
to
Map
Link copied to clipboard
fun
toMap
(
)
:
Map
<
String
,
String
>