clientprotocol
/
org.inthewaves.kotlinsignald.clientprotocol.v0.structures
/
OfferMessage
common
Offer
Message
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