shared
1.35.0
common
shared
/
io.dyte.core.socket.events.payloadmodel.inbound
Package-level
declarations
Types
Types
Consumer
App
Data
Link copied to clipboard
@
Serializable
data
class
ConsumerAppData
(
var
screenShare
:
Boolean
=
false
,
val
peerId
:
String
)
Encodings
Link copied to clipboard
@
Serializable
data
class
Encodings
(
val
ssrc
:
Int
?
=
null
,
val
rtx
:
Rtx
?
=
null
,
val
scalabilityMode
:
String
?
=
null
)
Rtcp
Link copied to clipboard
@
Serializable
data
class
Rtcp
(
val
cname
:
String
?
=
null
,
val
reducedSize
:
Boolean
?
=
null
,
val
mux
:
Boolean
?
=
null
)
Rtx
Link copied to clipboard
@
Serializable
class
Rtx
(
val
ssrc
:
Int
?
=
null
)