MediaSFU React Native
Preparing search index...
CustomVideoCardOptions
Interface CustomVideoCardOptions
interface
CustomVideoCardOptions
{
name
:
string
;
barColor
:
string
;
textColor
:
string
;
imageSource
?:
string
;
roundedImage
?:
boolean
;
imageStyle
?:
any
;
showControls
?:
boolean
;
showInfo
?:
boolean
;
videoInfoComponent
?:
ReactNode
;
videoControlsComponent
?:
ReactNode
;
controlsPosition
?:
"topLeft"
|
"topRight"
|
"bottomLeft"
|
"bottomRight"
;
infoPosition
?:
"topLeft"
|
"topRight"
|
"bottomLeft"
|
"bottomRight"
;
participant
?:
Participant
;
backgroundColor
?:
string
;
onVideoPress
?:
()
=>
void
;
parameters
?:
any
;
}
Index
Properties
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?
on
Video
Press?
parameters?
Properties
name
name
:
string
bar
Color
barColor
:
string
text
Color
textColor
:
string
Optional
image
Source
imageSource
?:
string
Optional
rounded
Image
roundedImage
?:
boolean
Optional
image
Style
imageStyle
?:
any
Optional
show
Controls
showControls
?:
boolean
Optional
show
Info
showInfo
?:
boolean
Optional
video
Info
Component
videoInfoComponent
?:
ReactNode
Optional
video
Controls
Component
videoControlsComponent
?:
ReactNode
Optional
controls
Position
controlsPosition
?:
"topLeft"
|
"topRight"
|
"bottomLeft"
|
"bottomRight"
Optional
info
Position
infoPosition
?:
"topLeft"
|
"topRight"
|
"bottomLeft"
|
"bottomRight"
Optional
participant
participant
?:
Participant
Optional
background
Color
backgroundColor
?:
string
Optional
on
Video
Press
onVideoPress
?:
()
=>
void
Optional
parameters
parameters
?:
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
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
on
Video
Press
parameters
MediaSFU
MediaSFU React Native
Loading...