Search
Preparing search index...
The search index is not available
ChatKitty JS SDK
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
ChatKitty JS SDK
Calls
Interface Calls
Hierarchy
Calls
Index
Properties
is
Muted
local
Stream
Methods
close
initialize
leave
Call
on
Participant
Accepted
Call
on
Participant
Active
on
Participant
Left
Call
on
Participant
Rejected
Call
switch
Camera
toggle
Mute
Properties
is
Muted
is
Muted
:
boolean
local
Stream
local
Stream
:
null
|
MediaStream
Methods
close
close
(
)
:
void
Returns
void
initialize
initialize
(
configuration
:
{
media
:
{
audio
:
boolean
;
video
:
boolean
}
}
)
:
void
Parameters
configuration:
{
media
:
{
audio
:
boolean
;
video
:
boolean
}
}
media
:
{
audio
:
boolean
;
video
:
boolean
}
audio
:
boolean
video
:
boolean
Returns
void
leave
Call
leave
Call
(
)
:
void
Returns
void
on
Participant
Accepted
Call
on
Participant
Accepted
Call
(
onNextOrObserver
:
ChatKittyObserver
<
User
>
|
(
(
user
:
User
)
=>
void
)
)
:
ChatKittyUnsubscribe
Parameters
onNextOrObserver:
ChatKittyObserver
<
User
>
|
(
(
user
:
User
)
=>
void
)
Returns
ChatKittyUnsubscribe
on
Participant
Active
on
Participant
Active
(
onNextOrObserver
:
ChatKittyObserver
<
{
stream
:
MediaStream
;
user
:
User
}
>
|
(
(
user
:
User
, stream
:
MediaStream
)
=>
void
)
)
:
ChatKittyUnsubscribe
Parameters
onNextOrObserver:
ChatKittyObserver
<
{
stream
:
MediaStream
;
user
:
User
}
>
|
(
(
user
:
User
, stream
:
MediaStream
)
=>
void
)
Returns
ChatKittyUnsubscribe
on
Participant
Left
Call
on
Participant
Left
Call
(
onNextOrObserver
:
ChatKittyObserver
<
User
>
|
(
(
user
:
User
)
=>
void
)
)
:
ChatKittyUnsubscribe
Parameters
onNextOrObserver:
ChatKittyObserver
<
User
>
|
(
(
user
:
User
)
=>
void
)
Returns
ChatKittyUnsubscribe
on
Participant
Rejected
Call
on
Participant
Rejected
Call
(
onNextOrObserver
:
ChatKittyObserver
<
User
>
|
(
(
user
:
User
)
=>
void
)
)
:
ChatKittyUnsubscribe
Parameters
onNextOrObserver:
ChatKittyObserver
<
User
>
|
(
(
user
:
User
)
=>
void
)
Returns
ChatKittyUnsubscribe
switch
Camera
switch
Camera
(
)
:
void
Returns
void
toggle
Mute
toggle
Mute
(
)
:
void
Returns
void
Exports
Calls
is
Muted
local
Stream
close
initialize
leave
Call
on
Participant
Accepted
Call
on
Participant
Active
on
Participant
Left
Call
on
Participant
Rejected
Call
switch
Camera
toggle
Mute
Generated using
TypeDoc