Preparing search index...
The search index is not available
@quobis/sippojs
@quobis/sippojs
RoomData
Interface RoomData
interface
RoomData
{
ice
:
{
urls
:
string
;
}
[]
;
owner
:
string
;
participants
:
[
]
;
record
:
boolean
;
room
:
string
;
server
:
{
http
:
string
;
https
:
string
;
ws
:
string
;
wss
:
string
;
}
[]
;
sipUri
:
string
;
token
:
string
;
uuid
:
string
;
}
Index
Properties
ice
owner
participants
record
room
server
sip
Uri
token
uuid
Properties
ice
ice
:
{
urls
:
string
;
}
[]
Type declaration
urls
:
string
owner
owner
:
string
participants
participants
:
[
]
record
record
:
boolean
room
room
:
string
server
server
:
{
http
:
string
;
https
:
string
;
ws
:
string
;
wss
:
string
;
}
[]
Type declaration
http
:
string
https
:
string
ws
:
string
wss
:
string
sip
Uri
sip
Uri
:
string
token
token
:
string
uuid
uuid
:
string
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
ice
owner
participants
record
room
server
sip
Uri
token
uuid
@quobis/sippojs
Loading...