shared
1.19.16
common
shared
/
io.dyte.core.network.models
/
ParticipantPresetConfig
Participant
Preset
Config
@
Serializable
data
class
ParticipantPresetConfig
(
val
viewType
:
String
,
val
media
:
MediaConfig
,
val
streamsConfig
:
VideoStreamConfig
,
val
maxScreenShareCount
:
Int
)
Members
Constructors
Participant
Preset
Config
Link copied to clipboard
constructor
(
viewType
:
String
,
media
:
MediaConfig
,
streamsConfig
:
VideoStreamConfig
,
maxScreenShareCount
:
Int
)
Properties
max
Screen
Share
Count
Link copied to clipboard
val
maxScreenShareCount
:
Int
media
Link copied to clipboard
val
media
:
MediaConfig
streams
Config
Link copied to clipboard
val
streamsConfig
:
VideoStreamConfig
view
Type
Link copied to clipboard
val
viewType
:
String