UNPKG
vroom-web-sdk-beta
Version:
latest (0.0.30-beta)
0.0.30-beta-ts
0.0.30-beta
0.0.29-beta-ts
0.0.28-beta
0.0.27-beta
0.0.26-beta
0.0.25-beta
0.0.24-beta
0.0.23-beta
0.0.22-beta
0.0.21-beta
0.0.20-beta
0.0.19-beta
0.0.18-beta
0.0.17-beta
0.0.16-beta
0.0.15-beta
0.0.14-beta
0.0.13-beta
0.0.12-beta
0.0.11-beta
0.0.10-beta
0.0.9-beta
0.0.8-beta
0.0.7-beta
0.0.6-beta
0.0.5-beta
0.0.4-beta
0.0.3-beta
0.0.2-beta
0.0.1-beta
VROOM SDK (beta) by True Virtual World
gitlab.com/true-vroom/sdk/web-sdk
vroom-web-sdk-beta
/
dist
/
sdk
/
configuration.base.d.ts
10 lines
(9 loc)
•
266 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
ConfigurationType
}
from
'../types/vroomSDK.base'
;
export
default
class
ConfigurationBase
{
config
:
ConfigurationType
;
version
:
string
;
roomId
:
number
;
displayName
:
string
;
opaqueId
:
string
;
constructor
(
config
:
ConfigurationType
); }