MediaSFU React Native (Expo)
Preparing search index...
RePortParameters
Interface RePortParameters
interface
RePortParameters
{
prevActiveNames
:
string
[]
;
updateActiveNames
:
(
activeNames
:
string
[]
)
=>
void
;
updatePrevActiveNames
:
(
prevActiveNames
:
string
[]
)
=>
void
;
recordingDisplayType
:
"video"
|
"all"
|
"media"
;
recordingVideoOptimized
:
boolean
;
activeNames
:
string
[]
;
trigger
:
TriggerType
;
islevel
:
string
;
mainScreenPerson
:
string
;
adminOnMainScreen
:
boolean
;
mainScreenFilled
:
boolean
;
recordStarted
:
boolean
;
recordStopped
:
boolean
;
recordPaused
:
boolean
;
recordResumed
:
boolean
;
screenStates
:
ScreenState
[]
;
prevScreenStates
:
ScreenState
[]
;
updateScreenStates
:
(
states
:
ScreenState
[]
)
=>
void
;
updatePrevScreenStates
:
(
states
:
ScreenState
[]
)
=>
void
;
compareActiveNames
:
CompareActiveNamesType
;
compareScreenStates
:
CompareScreenStatesType
;
getUpdatedAllParams
:
()
=>
RePortParameters
;
socket
:
Socket
;
localSocket
?:
Socket
;
roomName
:
string
;
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
)
CompareScreenStatesParameters
CompareActiveNamesParameters
RePortParameters
CloseAndResizeParameters
DispStreamsParameters
BreakoutRoomUpdatedParameters
StartRecordingParameters
UpdateRecordingParameters
Indexable
[
key
:
string
]:
any
Index
Properties
prev
Active
Names
update
Active
Names
update
Prev
Active
Names
recording
Display
Type
recording
Video
Optimized
active
Names
trigger
islevel
main
Screen
Person
admin
On
Main
Screen
main
Screen
Filled
record
Started
record
Stopped
record
Paused
record
Resumed
screen
States
prev
Screen
States
update
Screen
States
update
Prev
Screen
States
compare
Active
Names
compare
Screen
States
get
Updated
All
Params
socket
local
Socket?
room
Name
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
prev
Active
Names
prevActiveNames
:
string
[]
update
Active
Names
updateActiveNames
:
(
activeNames
:
string
[]
)
=>
void
update
Prev
Active
Names
updatePrevActiveNames
:
(
prevActiveNames
:
string
[]
)
=>
void
recording
Display
Type
recordingDisplayType
:
"video"
|
"all"
|
"media"
recording
Video
Optimized
recordingVideoOptimized
:
boolean
active
Names
activeNames
:
string
[]
trigger
trigger
:
TriggerType
islevel
islevel
:
string
main
Screen
Person
mainScreenPerson
:
string
admin
On
Main
Screen
adminOnMainScreen
:
boolean
main
Screen
Filled
mainScreenFilled
:
boolean
record
Started
recordStarted
:
boolean
record
Stopped
recordStopped
:
boolean
record
Paused
recordPaused
:
boolean
record
Resumed
recordResumed
:
boolean
screen
States
screenStates
:
ScreenState
[]
prev
Screen
States
prevScreenStates
:
ScreenState
[]
update
Screen
States
updateScreenStates
:
(
states
:
ScreenState
[]
)
=>
void
update
Prev
Screen
States
updatePrevScreenStates
:
(
states
:
ScreenState
[]
)
=>
void
compare
Active
Names
compareActiveNames
:
CompareActiveNamesType
compare
Screen
States
compareScreenStates
:
CompareScreenStatesType
get
Updated
All
Params
getUpdatedAllParams
:
()
=>
RePortParameters
socket
socket
:
Socket
Optional
local
Socket
localSocket
?:
Socket
room
Name
roomName
:
string
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
prev
Active
Names
update
Active
Names
update
Prev
Active
Names
recording
Display
Type
recording
Video
Optimized
active
Names
trigger
islevel
main
Screen
Person
admin
On
Main
Screen
main
Screen
Filled
record
Started
record
Stopped
record
Paused
record
Resumed
screen
States
prev
Screen
States
update
Screen
States
update
Prev
Screen
States
compare
Active
Names
compare
Screen
States
get
Updated
All
Params
socket
local
Socket
room
Name
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 (Expo)
Loading...