Preparing search index...
The search index is not available
@quobis/sippojs
@quobis/sippojs
ConferenceInvite
Interface ConferenceInvite
interface
ConferenceInvite
{
context
:
Record
<
string
,
string
>
&
{
contextInfo
?:
Record
<
string
,
string
>
;
}
;
from
:
string
;
fromDetails
:
{
contactName
:
string
;
displayName
:
string
;
username
:
string
;
}
;
id
:
string
;
mediaTypes
:
MediaTypes
;
}
Index
Properties
context
from
from
Details
id
media
Types
Properties
Readonly
context
context
:
Record
<
string
,
string
>
&
{
contextInfo
?:
Record
<
string
,
string
>
;
}
Type declaration
Optional
context
Info
?:
Record
<
string
,
string
>
Readonly
from
from
:
string
Readonly
from
Details
from
Details
:
{
contactName
:
string
;
displayName
:
string
;
username
:
string
;
}
Type declaration
Readonly
contact
Name
:
string
Readonly
display
Name
:
string
Readonly
username
:
string
Readonly
id
id
:
string
Readonly
media
Types
media
Types
:
MediaTypes
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
context
from
from
Details
id
media
Types
@quobis/sippojs
Loading...