Product
NPM
Versions
Search
Preparing search index...
The search index is not available
Options
All
Public
Public/Protected
All
Inherited
Menu
Exports
<internal>
Video
Room
Banner
Type
Video
Room
Connection
State
Video
Room
Error
FULL_
PARTICIPANT
Live
Like
Video
Room
IEvent
Listener
Args
IParticipant
Settings
ISceenic
Init
Plugin
Arg
ISceenic
Participant
ISceenic
Plugin
Instance
ISceenic
Service
Model
ISceenic
Service
Model
Data
IStream
Constraints
IVideo
Room
IVideo
Room
Service
Sceenic
Event
Listener
Args
Video
Room
Banner
Details
Video
Room
Error
Details
Listener
Model
Subscriber
Sceenic
Event
Listener
Map
Sceenic
Event
Listeners
Sceenic
Service
Unsubcribe
Fn
Video
Room
Event
Listener
Map
add
Sceenic
Event
Listener
get
Sceenic
Event
Listeners
remove
Sceenic
Event
Listener
Index
Enumerations
Video
Room
Banner
Type
Video
Room
Connection
State
Video
Room
Error
Enumeration members
FULL_
PARTICIPANT
Classes
Live
Like
Video
Room
Interfaces
IEvent
Listener
Args
IParticipant
Settings
ISceenic
Init
Plugin
Arg
ISceenic
Participant
ISceenic
Plugin
Instance
ISceenic
Service
Model
ISceenic
Service
Model
Data
IStream
Constraints
IVideo
Room
IVideo
Room
Service
Sceenic
Event
Listener
Args
Video
Room
Banner
Details
Video
Room
Error
Details
Type aliases
Listener
Model
Subscriber
Sceenic
Event
Listener
Map
Sceenic
Event
Listeners
Sceenic
Service
Unsubcribe
Fn
Video
Room
Event
Listener
Map
Functions
add
Sceenic
Event
Listener
get
Sceenic
Event
Listeners
remove
Sceenic
Event
Listener
Enumeration members
FULL_
PARTICIPANT
FULL_
PARTICIPANT
= "FULL_PARTICIPANT"
Type aliases
Listener
Listener
:
(
event
:
any
)
=>
void
Type declaration
(
event
:
any
)
:
void
Parameters
event:
any
Returns
void
Model
Subscriber
Model
Subscriber
:
(
model
:
ISceenicServiceModelData
)
=>
void
Type declaration
(
model
:
ISceenicServiceModelData
)
:
void
Parameters
model:
ISceenicServiceModelData
Returns
void
Sceenic
Event
Listener
Map
Sceenic
Event
Listener
Map
:
VideoRoomEventListenerMap
<
SceenicEventListenerArgs
>
Sceenic
Event
Listeners
Sceenic
Event
Listeners
<
_Event
>
:
ReadonlyArray
<
SceenicEventListenerMap
[
_Event
]
>
Type parameters
_Event
:
VideoRoomEvent
=
VideoRoomEvent
Sceenic
Service
Sceenic
Service
:
IVideoRoomService
&
{
addVideoRoomEventListener
:
typeof
addSceenicEventListener
;
getVideoRoomEventListeners
:
typeof
getSceenicEventListeners
;
removeVideoRoomEventListener
:
typeof
removeSceenicEventListener
}
Unsubcribe
Fn
Unsubcribe
Fn
:
(
)
=>
void
Type declaration
(
)
:
void
Returns
void
Video
Room
Event
Listener
Map
Video
Room
Event
Listener
Map
<
ListenerArgs
>
:
{
ERROR
:
any
;
PARTICIPANT_JOIN
:
any
;
PARTICIPANT_LEFT
:
any
;
RECONNECTING
:
any
}
Type parameters
ListenerArgs
:
IEventListenerArgs
=
IEventListenerArgs
Type declaration
ERROR
:
function
ERROR
(
errorDetails
:
ListenerArgs
[
"errorDetails"
]
)
:
void
Parameters
errorDetails:
ListenerArgs
[
"errorDetails"
]
Returns
void
PARTICIPANT_
JOIN
:
function
PARTICIPANT_
JOIN
(
participant
:
ListenerArgs
[
"participant"
]
)
:
void
Parameters
participant:
ListenerArgs
[
"participant"
]
Returns
void
PARTICIPANT_
LEFT
:
function
PARTICIPANT_
LEFT
(
participant
:
ListenerArgs
[
"participant"
]
)
:
void
Parameters
participant:
ListenerArgs
[
"participant"
]
Returns
void
RECONNECTING
:
function
RECONNECTING
(
)
:
void
Returns
void
Functions
add
Sceenic
Event
Listener
add
Sceenic
Event
Listener
<
_Event
,
ListenerFn
>
(
event
:
_Event
, listener
:
ListenerFn
)
:
void
Type parameters
_Event
:
VideoRoomEvent
ListenerFn
:
(
(
participant
:
ISceenicParticipant
)
=>
void
)
|
(
(
participant
:
ISceenicParticipant
)
=>
void
)
|
(
(
errorDetails
:
VideoRoomErrorDetails
)
=>
void
)
|
(
(
)
=>
void
)
Parameters
event:
_Event
listener:
ListenerFn
Returns
void
get
Sceenic
Event
Listeners
get
Sceenic
Event
Listeners
<
_Event
>
(
event
:
_Event
)
:
SceenicEventListeners
<
_Event
>
Type parameters
_Event
:
VideoRoomEvent
Parameters
event:
_Event
Returns
SceenicEventListeners
<
_Event
>
remove
Sceenic
Event
Listener
remove
Sceenic
Event
Listener
<
_Event
,
ListenerFn
>
(
event
:
_Event
, listener
:
ListenerFn
)
:
void
Type parameters
_Event
:
VideoRoomEvent
ListenerFn
:
(
(
participant
:
ISceenicParticipant
)
=>
void
)
|
(
(
participant
:
ISceenicParticipant
)
=>
void
)
|
(
(
errorDetails
:
VideoRoomErrorDetails
)
=>
void
)
|
(
(
)
=>
void
)
Parameters
event:
_Event
listener:
ListenerFn
Returns
void
Generated using
TypeDoc