Preparing search index...
The search index is not available
MediaSFU Angular
MediaSFU Angular
AudioCardOptions
Interface AudioCardOptions
interface
AudioCardOptions
{
controlUserMedia
?:
(
(
options
:
ControlMediaOptions
)
=>
Promise
<
void
>
)
;
customStyle
?:
Partial
<
CSSStyleDeclaration
>
;
name
:
string
;
barColor
?:
string
;
textColor
?:
string
;
imageSource
?:
string
;
roundedImage
?:
boolean
;
imageStyle
?:
Partial
<
CSSStyleDeclaration
>
;
showControls
?:
boolean
;
showInfo
?:
boolean
;
videoInfoComponent
?:
HTMLElement
|
CustomComponent
;
videoControlsComponent
?:
HTMLElement
|
CustomComponent
;
controlsPosition
?:
ControlsPosition
;
infoPosition
?:
InfoPosition
;
participant
:
Participant
;
backgroundColor
?:
string
;
audioDecibels
?:
AudioDecibels
;
parameters
:
AudioCardParameters
;
}
Index
Properties
control
User
Media?
custom
Style?
name
bar
Color?
text
Color?
image
Source?
rounded
Image?
image
Style?
show
Controls?
show
Info?
video
Info
Component?
video
Controls
Component?
controls
Position?
info
Position?
participant
background
Color?
audio
Decibels?
parameters
Properties
Optional
control
User
Media
control
User
Media
?:
(
(
options
:
ControlMediaOptions
)
=>
Promise
<
void
>
)
Optional
custom
Style
custom
Style
?:
Partial
<
CSSStyleDeclaration
>
name
name
:
string
Optional
bar
Color
bar
Color
?:
string
Optional
text
Color
text
Color
?:
string
Optional
image
Source
image
Source
?:
string
Optional
rounded
Image
rounded
Image
?:
boolean
Optional
image
Style
image
Style
?:
Partial
<
CSSStyleDeclaration
>
Optional
show
Controls
show
Controls
?:
boolean
Optional
show
Info
show
Info
?:
boolean
Optional
video
Info
Component
video
Info
Component
?:
HTMLElement
|
CustomComponent
Optional
video
Controls
Component
video
Controls
Component
?:
HTMLElement
|
CustomComponent
Optional
controls
Position
controls
Position
?:
ControlsPosition
Optional
info
Position
info
Position
?:
InfoPosition
participant
participant
:
Participant
Optional
background
Color
background
Color
?:
string
Optional
audio
Decibels
audio
Decibels
?:
AudioDecibels
parameters
parameters
:
AudioCardParameters
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
control
User
Media
custom
Style
name
bar
Color
text
Color
image
Source
rounded
Image
image
Style
show
Controls
show
Info
video
Info
Component
video
Controls
Component
controls
Position
info
Position
participant
background
Color
audio
Decibels
parameters
MediaSFU
MediaSFU Angular
Loading...