shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.ui.mediasfu
/
MeetingState
Meeting
State
class
MeetingState
(
scope
:
CoroutineScope
,
parameters
:
MediasfuParameters
,
notifier
:
(
)
->
Unit
)
Members
Constructors
Meeting
State
Link copied to clipboard
constructor
(
scope
:
CoroutineScope
,
parameters
:
MediasfuParameters
,
notifier
:
(
)
->
Unit
)
Properties
is
Running
Link copied to clipboard
val
isRunning
:
Boolean
is
Visible
Link copied to clipboard
var
isVisible
:
Boolean
progress
Time
Link copied to clipboard
var
progressTime
:
String
Functions
hide
Link copied to clipboard
fun
hide
(
)
pause
Timer
Link copied to clipboard
fun
pauseTimer
(
)
refresh
Link copied to clipboard
fun
refresh
(
)
resume
Timer
Link copied to clipboard
fun
resumeTimer
(
)
show
Link copied to clipboard
fun
show
(
)
start
Timer
Link copied to clipboard
fun
startTimer
(
)
stop
Timer
Link copied to clipboard
fun
stopTimer
(
reset
:
Boolean
=
false
)
toggle
Visibility
Link copied to clipboard
fun
toggleVisibility
(
)