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
Connection
State
FULL_
PARTICIPANT
Live
Like
Video
Room
IParticipant
Settings
ISceenic
Init
Plugin
Arg
ISceenic
Participant
ISceenic
Plugin
Instance
ISceenic
Service
Model
ISceenic
Service
Model
Data
IStream
Constraints
IVideo
Room
Video
Room
Service
Listener
Model
Subscriber
Sceenic
Service
Unsubcribe
Fn
add
Sceenic
Event
Listener
remove
Sceenic
Event
Listener
Index
Enumerations
Video
Room
Connection
State
Enumeration members
FULL_
PARTICIPANT
Classes
Live
Like
Video
Room
Interfaces
IParticipant
Settings
ISceenic
Init
Plugin
Arg
ISceenic
Participant
ISceenic
Plugin
Instance
ISceenic
Service
Model
ISceenic
Service
Model
Data
IStream
Constraints
IVideo
Room
Video
Room
Service
Type aliases
Listener
Model
Subscriber
Sceenic
Service
Unsubcribe
Fn
Functions
add
Sceenic
Event
Listener
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
Service
Sceenic
Service
:
VideoRoomService
&
{
addSceenicEventListener
:
typeof
addSceenicEventListener
;
removeSceenicEventListener
:
typeof
removeSceenicEventListener
}
Unsubcribe
Fn
Unsubcribe
Fn
:
(
)
=>
void
Type declaration
(
)
:
void
Returns
void
Functions
add
Sceenic
Event
Listener
add
Sceenic
Event
Listener
<
_Event
,
ListenerFn
>
(
event
:
_Event
, listener
:
ListenerFn
)
:
void
Type parameters
_Event
:
SceenicEvent
ListenerFn
:
(
(
participant
:
ISceenicParticipant
)
=>
void
)
|
(
(
participant
:
ISceenicParticipant
)
=>
void
)
Parameters
event:
_Event
listener:
ListenerFn
Returns
void
remove
Sceenic
Event
Listener
remove
Sceenic
Event
Listener
<
_Event
,
ListenerFn
>
(
event
:
_Event
, listener
:
ListenerFn
)
:
void
Type parameters
_Event
:
SceenicEvent
ListenerFn
:
(
(
participant
:
ISceenicParticipant
)
=>
void
)
|
(
(
participant
:
ISceenicParticipant
)
=>
void
)
Parameters
event:
_Event
listener:
ListenerFn
Returns
void
Generated using
TypeDoc