shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.model
/
UserRecordingParams
User
Recording
Params
@
Serializable
data
class
UserRecordingParams
(
val
mainSpecs
:
MainSpecs
,
val
dispSpecs
:
DispSpecs
,
val
textSpecs
:
TextSpecs
?
=
null
)
Members
Members & Extensions
Constructors
User
Recording
Params
Link copied to clipboard
constructor
(
mainSpecs
:
MainSpecs
,
dispSpecs
:
DispSpecs
,
textSpecs
:
TextSpecs
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
disp
Specs
Link copied to clipboard
val
dispSpecs
:
DispSpecs
main
Specs
Link copied to clipboard
val
mainSpecs
:
MainSpecs
text
Specs
Link copied to clipboard
val
textSpecs
:
TextSpecs
?
=
null
Functions
to
Transport
Map
Link copied to clipboard
fun
UserRecordingParams
.
toTransportMap
(
)
:
Map
<
String
,
Any
?
>