shared
1.20.1
common
shared
/
io.dyte.core.network.models
/
VideoConfig
Video
Config
@
Serializable
data
class
VideoConfig
(
val
quality
:
String
,
val
frameRate
:
Int
)
Members
Constructors
Video
Config
Link copied to clipboard
constructor
(
quality
:
String
,
frameRate
:
Int
)
Properties
frame
Rate
Link copied to clipboard
val
frameRate
:
Int
quality
Link copied to clipboard
val
quality
:
String