Preparing search index...
The search index is not available
@quobis/sippojs
@quobis/sippojs
MeetingData
Interface MeetingData
interface
MeetingData
{
name
:
string
;
participants
:
Iterable
<
MeetingParticipant
>
;
password
?:
string
;
record
:
boolean
;
validSince
:
number
;
validUntil
:
number
;
}
Index
Properties
name
participants
password?
record
valid
Since
valid
Until
Properties
name
name
:
string
participants
participants
:
Iterable
<
MeetingParticipant
>
Optional
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...