MediaSFU Angular
Preparing search index...
PreJoinPageParameters
Interface PreJoinPageParameters
interface
PreJoinPageParameters
{
imgSrc
?:
string
;
showAlert
?:
ShowAlert
;
updateIsLoadingModalVisible
:
(
visible
:
boolean
)
=>
void
;
connectSocket
:
ConnectSocketType
;
connectLocalSocket
?:
ConnectLocalSocketType
;
updateSocket
:
(
socket
:
Socket
)
=>
void
;
updateLocalSocket
?:
(
socket
:
Socket
)
=>
void
;
updateValidated
:
(
validated
:
boolean
)
=>
void
;
updateApiUserName
:
(
userName
:
string
)
=>
void
;
updateApiToken
:
(
token
:
string
)
=>
void
;
updateLink
:
(
link
:
string
)
=>
void
;
updateRoomName
:
(
roomName
:
string
)
=>
void
;
updateMember
:
(
member
:
string
)
=>
void
;
}
Index
Properties
img
Src?
show
Alert?
update
Is
Loading
Modal
Visible
connect
Socket
connect
Local
Socket?
update
Socket
update
Local
Socket?
update
Validated
update
Api
User
Name
update
Api
Token
update
Link
update
Room
Name
update
Member
Properties
Optional
img
Src
imgSrc
?:
string
Optional
show
Alert
showAlert
?:
ShowAlert
update
Is
Loading
Modal
Visible
updateIsLoadingModalVisible
:
(
visible
:
boolean
)
=>
void
connect
Socket
connectSocket
:
ConnectSocketType
Optional
connect
Local
Socket
connectLocalSocket
?:
ConnectLocalSocketType
update
Socket
updateSocket
:
(
socket
:
Socket
)
=>
void
Optional
update
Local
Socket
updateLocalSocket
?:
(
socket
:
Socket
)
=>
void
update
Validated
updateValidated
:
(
validated
:
boolean
)
=>
void
update
Api
User
Name
updateApiUserName
:
(
userName
:
string
)
=>
void
update
Api
Token
updateApiToken
:
(
token
:
string
)
=>
void
update
Link
updateLink
:
(
link
:
string
)
=>
void
update
Room
Name
updateRoomName
:
(
roomName
:
string
)
=>
void
update
Member
updateMember
:
(
member
:
string
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
img
Src
show
Alert
update
Is
Loading
Modal
Visible
connect
Socket
connect
Local
Socket
update
Socket
update
Local
Socket
update
Validated
update
Api
User
Name
update
Api
Token
update
Link
update
Room
Name
update
Member
MediaSFU
MediaSFU Angular - v2.2.2
Loading...