MediaSFU React Native
Preparing search index...
LaunchRecordingOptions
Interface LaunchRecordingOptions
interface
LaunchRecordingOptions
{
updateIsRecordingModalVisible
:
(
visible
:
boolean
)
=>
void
;
isRecordingModalVisible
:
boolean
;
showAlert
?:
ShowAlert
;
stopLaunchRecord
:
boolean
;
canLaunchRecord
:
boolean
;
recordingAudioSupport
:
boolean
;
recordingVideoSupport
:
boolean
;
updateCanRecord
:
(
canRecord
:
boolean
)
=>
void
;
updateClearedToRecord
:
(
cleared
:
boolean
)
=>
void
;
recordStarted
:
boolean
;
recordPaused
:
boolean
;
localUIMode
:
boolean
;
[
key
:
string
]:
any
;
}
Indexable
[
key
:
string
]:
any
Index
Properties
update
Is
Recording
Modal
Visible
is
Recording
Modal
Visible
show
Alert?
stop
Launch
Record
can
Launch
Record
recording
Audio
Support
recording
Video
Support
update
Can
Record
update
Cleared
To
Record
record
Started
record
Paused
local
UI
Mode
Properties
update
Is
Recording
Modal
Visible
updateIsRecordingModalVisible
:
(
visible
:
boolean
)
=>
void
is
Recording
Modal
Visible
isRecordingModalVisible
:
boolean
Optional
show
Alert
showAlert
?:
ShowAlert
stop
Launch
Record
stopLaunchRecord
:
boolean
can
Launch
Record
canLaunchRecord
:
boolean
recording
Audio
Support
recordingAudioSupport
:
boolean
recording
Video
Support
recordingVideoSupport
:
boolean
update
Can
Record
updateCanRecord
:
(
canRecord
:
boolean
)
=>
void
update
Cleared
To
Record
updateClearedToRecord
:
(
cleared
:
boolean
)
=>
void
record
Started
recordStarted
:
boolean
record
Paused
recordPaused
:
boolean
local
UI
Mode
localUIMode
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
update
Is
Recording
Modal
Visible
is
Recording
Modal
Visible
show
Alert
stop
Launch
Record
can
Launch
Record
recording
Audio
Support
recording
Video
Support
update
Can
Record
update
Cleared
To
Record
record
Started
record
Paused
local
UI
Mode
MediaSFU
MediaSFU React Native
Loading...