shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.methods.recording_methods
/
CheckPauseStateOptions
Check
Pause
State
Options
data
class
CheckPauseStateOptions
(
val
recordingMediaOptions
:
String
,
val
recordingVideoPausesLimit
:
Int
,
val
recordingAudioPausesLimit
:
Int
,
val
pauseRecordCount
:
Int
,
val
showAlert
:
ShowAlert
?
)
Options for checking if recording can be paused.
Members
Constructors
Check
Pause
State
Options
Link copied to clipboard
constructor
(
recordingMediaOptions
:
String
,
recordingVideoPausesLimit
:
Int
,
recordingAudioPausesLimit
:
Int
,
pauseRecordCount
:
Int
,
showAlert
:
ShowAlert
?
)
Properties
pause
Record
Count
Link copied to clipboard
val
pauseRecordCount
:
Int
recording
Audio
Pauses
Limit
Link copied to clipboard
val
recordingAudioPausesLimit
:
Int
recording
Media
Options
Link copied to clipboard
val
recordingMediaOptions
:
String
recording
Video
Pauses
Limit
Link copied to clipboard
val
recordingVideoPausesLimit
:
Int
show
Alert
Link copied to clipboard
val
showAlert
:
ShowAlert
?