core
Toggle table of contents
1.2.0
common
Platform filter
common
Switch theme
Search in API
core
core
/
com.cloudflare.realtimekit.recording
/
RtkRecording
Rtk
Recording
class
RtkRecording
:
PublicAPIEmitter
<
RtkRecordingEventListener
>
RealtimeKit recording
Members
Properties
recording
State
Link copied to clipboard
val
recordingState
:
RecordingState
Functions
add
Listener
Link copied to clipboard
fun
addListener
(
listener
:
RtkRecordingEventListener
)
add
Main
Thread
Listener
Link copied to clipboard
fun
addMainThreadListener
(
listener
:
RtkRecordingEventListener
)
pause
Link copied to clipboard
fun
pause
(
onResult
:
(
RecordingError
?
)
->
Unit
)
remove
Listener
Link copied to clipboard
fun
removeListener
(
listener
:
RtkRecordingEventListener
)
remove
Main
Thread
Listener
Link copied to clipboard
fun
removeMainThreadListener
(
listener
:
RtkRecordingEventListener
)
resume
Link copied to clipboard
fun
resume
(
onResult
:
(
RecordingError
?
)
->
Unit
)
start
Link copied to clipboard
fun
start
(
onResult
:
(
RecordingError
?
)
->
Unit
)
Starts recording of a given meeting
stop
Link copied to clipboard
fun
stop
(
onResult
:
(
RecordingError
?
)
->
Unit
)
Stops recording of a given meeting
to
Map
Link copied to clipboard
fun
toMap
(
)
:
Map
<
String
,
Any
?
>