MediaSFU ReactJS
Preparing search index...
MeetingProgressTimerOptions
Interface MeetingProgressTimerOptions
interface
MeetingProgressTimerOptions
{
meetingProgressTime
:
string
;
initialBackgroundColor
?:
string
;
position
?:
"topLeft"
|
"topRight"
|
"bottomLeft"
|
"bottomRight"
;
textStyle
?:
CSSProperties
;
showTimer
?:
boolean
;
containerProps
?:
HTMLAttributes
<
HTMLDivElement
>
;
badgeProps
?:
HTMLAttributes
<
HTMLDivElement
>
;
textProps
?:
HTMLAttributes
<
HTMLSpanElement
>
;
renderBadge
?:
(
options
:
{
defaultBadge
:
ReactNode
;
showTimer
:
boolean
}
,
)
=>
ReactNode
;
renderContainer
?:
(
options
:
{
defaultContainer
:
ReactNode
}
)
=>
ReactNode
;
}
Index
Properties
meeting
Progress
Time
initial
Background
Color?
position?
text
Style?
show
Timer?
container
Props?
badge
Props?
text
Props?
render
Badge?
render
Container?
Properties
meeting
Progress
Time
meetingProgressTime
:
string
Optional
initial
Background
Color
initialBackgroundColor
?:
string
Optional
position
position
?:
"topLeft"
|
"topRight"
|
"bottomLeft"
|
"bottomRight"
Optional
text
Style
textStyle
?:
CSSProperties
Optional
show
Timer
showTimer
?:
boolean
Optional
container
Props
containerProps
?:
HTMLAttributes
<
HTMLDivElement
>
Optional
badge
Props
badgeProps
?:
HTMLAttributes
<
HTMLDivElement
>
Optional
text
Props
textProps
?:
HTMLAttributes
<
HTMLSpanElement
>
Optional
render
Badge
renderBadge
?:
(
options
:
{
defaultBadge
:
ReactNode
;
showTimer
:
boolean
}
,
)
=>
ReactNode
Optional
render
Container
renderContainer
?:
(
options
:
{
defaultContainer
:
ReactNode
}
)
=>
ReactNode
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
meeting
Progress
Time
initial
Background
Color
position
text
Style
show
Timer
container
Props
badge
Props
text
Props
render
Badge
render
Container
MediaSFU
MediaSFU ReactJS
Loading...