Preparing search index...
The search index is not available
@quobis/sippojs
@quobis/sippojs
<internal>
MeetingEdit
Interface MeetingEdit
interface
MeetingEdit
{
name
:
string
;
participants
:
readonly
ParticipantDto
[]
;
password
:
string
;
record
:
boolean
;
validSince
:
number
;
validUntil
:
number
;
}
Hierarchy
Pick
<
Meeting
,
"name"
|
"participants"
|
"record"
|
"validSince"
|
"validUntil"
>
MeetingEdit
Index
Properties
name
participants
password
record
valid
Since
valid
Until
Properties
name
name
:
string
participants
participants
:
readonly
ParticipantDto
[]
password
password
:
string
record
record
:
boolean
valid
Since
valid
Since
:
number
valid
Until
valid
Until
:
number
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
name
participants
password
record
valid
Since
valid
Until
@quobis/sippojs
Loading...