MediaSFU React Native
Preparing search index...
CompareActiveNamesParameters
Interface CompareActiveNamesParameters
interface
CompareActiveNamesParameters
{
activeNames
:
string
[]
;
prevActiveNames
:
string
[]
;
updateActiveNames
:
(
activeNames
:
string
[]
)
=>
void
;
updatePrevActiveNames
:
(
prevActiveNames
:
string
[]
)
=>
void
;
trigger
:
TriggerType
;
getUpdatedAllParams
:
()
=>
CompareActiveNamesParameters
;
socket
:
Socket
;
localSocket
?:
Socket
;
roomName
:
string
;
screenStates
:
ScreenState
[]
;
participants
:
Participant
[]
;
updateDateState
?:
number
;
lastUpdate
:
number
;
nForReadjust
:
number
;
eventType
:
EventType
;
shared
:
boolean
;
shareScreenStarted
:
boolean
;
whiteboardStarted
:
boolean
;
whiteboardEnded
:
boolean
;
updateUpdateDateState
:
(
timestamp
:
number
)
=>
void
;
updateLastUpdate
:
(
lastUpdate
:
number
)
=>
void
;
updateNForReadjust
:
(
nForReadjust
:
number
)
=>
void
;
autoAdjust
:
AutoAdjustType
;
[
key
:
string
]:
any
;
}
Hierarchy (
View Summary
)
TriggerParameters
CompareActiveNamesParameters
RePortParameters
Indexable
[
key
:
string
]:
any
Index
Properties
active
Names
prev
Active
Names
update
Active
Names
update
Prev
Active
Names
trigger
get
Updated
All
Params
socket
local
Socket?
room
Name
screen
States
participants
update
Date
State?
last
Update
n
For
Readjust
event
Type
shared
share
Screen
Started
whiteboard
Started
whiteboard
Ended
update
Update
Date
State
update
Last
Update
update
N
For
Readjust
auto
Adjust
Properties
active
Names
activeNames
:
string
[]
prev
Active
Names
prevActiveNames
:
string
[]
update
Active
Names
updateActiveNames
:
(
activeNames
:
string
[]
)
=>
void
update
Prev
Active
Names
updatePrevActiveNames
:
(
prevActiveNames
:
string
[]
)
=>
void
trigger
trigger
:
TriggerType
get
Updated
All
Params
getUpdatedAllParams
:
()
=>
CompareActiveNamesParameters
socket
socket
:
Socket
Optional
local
Socket
localSocket
?:
Socket
room
Name
roomName
:
string
screen
States
screenStates
:
ScreenState
[]
participants
participants
:
Participant
[]
Optional
update
Date
State
updateDateState
?:
number
last
Update
lastUpdate
:
number
n
For
Readjust
nForReadjust
:
number
event
Type
eventType
:
EventType
shared
shared
:
boolean
share
Screen
Started
shareScreenStarted
:
boolean
whiteboard
Started
whiteboardStarted
:
boolean
whiteboard
Ended
whiteboardEnded
:
boolean
update
Update
Date
State
updateUpdateDateState
:
(
timestamp
:
number
)
=>
void
update
Last
Update
updateLastUpdate
:
(
lastUpdate
:
number
)
=>
void
update
N
For
Readjust
updateNForReadjust
:
(
nForReadjust
:
number
)
=>
void
auto
Adjust
autoAdjust
:
AutoAdjustType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
Names
prev
Active
Names
update
Active
Names
update
Prev
Active
Names
trigger
get
Updated
All
Params
socket
local
Socket
room
Name
screen
States
participants
update
Date
State
last
Update
n
For
Readjust
event
Type
shared
share
Screen
Started
whiteboard
Started
whiteboard
Ended
update
Update
Date
State
update
Last
Update
update
N
For
Readjust
auto
Adjust
MediaSFU
MediaSFU React Native
Loading...