shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.model
/
AudioConstraints
/
AudioConstraints
Audio
Constraints
constructor
(
echoCancellation
:
Boolean
=
true
,
noiseSuppression
:
Boolean
=
true
,
autoGainControl
:
Boolean
=
true
,
deviceId
:
String
?
=
null
,
sampleRate
:
Int
?
=
null
,
channelCount
:
Int
?
=
null
,
latency
:
Double
?
=
null
,
volume
:
Double
?
=
null
)