MediaSFU React Native
Preparing search index...
PanelistFocusChangedOptions
Interface PanelistFocusChangedOptions
interface
PanelistFocusChangedOptions
{
data
:
PanelistFocusChangedData
;
updatePanelistsFocused
?:
(
focused
:
boolean
)
=>
void
;
updateMuteOthersMic
?:
(
mute
:
boolean
)
=>
void
;
updateMuteOthersCamera
?:
(
mute
:
boolean
)
=>
void
;
updatePanelists
?:
(
panelists
:
Participant
[]
)
=>
void
;
currentPanelistsFocused
?:
boolean
;
currentPanelists
?:
Participant
[]
;
onScreenChanges
?:
()
=>
Promise
<
void
>
;
}
Index
Properties
data
update
Panelists
Focused?
update
Mute
Others
Mic?
update
Mute
Others
Camera?
update
Panelists?
current
Panelists
Focused?
current
Panelists?
on
Screen
Changes?
Properties
data
data
:
PanelistFocusChangedData
Optional
update
Panelists
Focused
updatePanelistsFocused
?:
(
focused
:
boolean
)
=>
void
Optional
update
Mute
Others
Mic
updateMuteOthersMic
?:
(
mute
:
boolean
)
=>
void
Optional
update
Mute
Others
Camera
updateMuteOthersCamera
?:
(
mute
:
boolean
)
=>
void
Optional
update
Panelists
updatePanelists
?:
(
panelists
:
Participant
[]
)
=>
void
Optional
current
Panelists
Focused
currentPanelistsFocused
?:
boolean
Optional
current
Panelists
currentPanelists
?:
Participant
[]
Optional
on
Screen
Changes
onScreenChanges
?:
()
=>
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
update
Panelists
Focused
update
Mute
Others
Mic
update
Mute
Others
Camera
update
Panelists
current
Panelists
Focused
current
Panelists
on
Screen
Changes
MediaSFU
MediaSFU React Native
Loading...