MediaSFU Angular
Preparing search index...
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
controlUserMedia
?:
(
options
:
ControlMediaOptions
)
=>
Promise
<
void
>
Optional
custom
Style
customStyle
?:
Partial
<
CSSStyleDeclaration
>
name
name
:
string
Optional
bar
Color
barColor
?:
string
Optional
text
Color
textColor
?:
string
Optional
image
Source
imageSource
?:
string
Optional
rounded
Image
roundedImage
?:
boolean
Optional
image
Style
imageStyle
?:
Partial
<
CSSStyleDeclaration
>
Optional
show
Controls
showControls
?:
boolean
Optional
show
Info
showInfo
?:
boolean
Optional
video
Info
Component
videoInfoComponent
?:
HTMLElement
|
CustomComponent
Optional
video
Controls
Component
videoControlsComponent
?:
HTMLElement
|
CustomComponent
Optional
controls
Position
controlsPosition
?:
ControlsPosition
Optional
info
Position
infoPosition
?:
InfoPosition
participant
participant
:
Participant
Optional
background
Color
backgroundColor
?:
string
Optional
audio
Decibels
audioDecibels
?:
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 - v2.2.2
Loading...