Preparing search index...
The search index is not available
@quobis/sippojs
@quobis/sippojs
ConferenceParticipant
Interface ConferenceParticipant
interface
ConferenceParticipant
{
id
:
string
;
isLocal
:
boolean
;
isTalking
:
boolean
;
muted
:
boolean
;
state
:
ConferenceParticipantState
;
streams
:
readonly
ManagedStream
[]
;
}
Index
Properties
id
is
Local
is
Talking
muted
state
streams
Properties
Readonly
id
id
:
string
Readonly
is
Local
is
Local
:
boolean
Readonly
is
Talking
is
Talking
:
boolean
Readonly
muted
muted
:
boolean
Readonly
state
state
:
ConferenceParticipantState
Readonly
streams
streams
:
readonly
ManagedStream
[]
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
id
is
Local
is
Talking
muted
state
streams
@quobis/sippojs
Loading...