shared
1.31.5
common
shared
/
io.dyte.core.feat
/
DyteRecording
Dyte
Recording
class
DyteRecording
:
PublicAPIEmitter
<
DyteRecordingEventsListener
>
Dyte recording
Members
Properties
recording
State
Link copied to clipboard
val
recordingState
:
DyteRecordingState
Functions
add
Listener
Link copied to clipboard
fun
addListener
(
listener
:
DyteRecordingEventsListener
)
add
Main
Thread
Listener
Link copied to clipboard
fun
addMainThreadListener
(
listener
:
DyteRecordingEventsListener
)
pause
Link copied to clipboard
fun
pause
(
)
remove
Listener
Link copied to clipboard
fun
removeListener
(
listener
:
DyteRecordingEventsListener
)
remove
Main
Thread
Listener
Link copied to clipboard
fun
removeMainThreadListener
(
listener
:
DyteRecordingEventsListener
)
resume
Link copied to clipboard
fun
resume
(
)
start
Link copied to clipboard
fun
start
(
)
Starts recording of a given meeting
stop
Link copied to clipboard
fun
stop
(
)
Stops recording of a given meeting
to
Map
Link copied to clipboard
fun
toMap
(
)
:
Map
<
String
,
Any
?
>