kotlin-signald
0.30.0+signald-0.23.2-7-1583b4df
common
clientprotocol
/
org.inthewaves.kotlinsignald.clientprotocol.v0.structures
/
OfferMessage
Offer
Message
common
data
class
OfferMessage
(
id
:
Long
?
,
sdp
:
String
?
,
type
:
Type
?
,
opaque
:
String
?
)
Content copied to clipboard
Properties
Properties
id
Link copied to clipboard
common
val
id
:
Long
?
=
null
Content copied to clipboard
opaque
Link copied to clipboard
common
val
opaque
:
String
?
=
null
Content copied to clipboard
sdp
Link copied to clipboard
common
val
sdp
:
String
?
=
null
Content copied to clipboard
type
Link copied to clipboard
common
val
type
:
Type
?
=
null
Content copied to clipboard