mirror of https://github.com/OpenVidu/openvidu.git
openvidu-node-client: fix imports
parent
f989b0c2ee
commit
fb393554cb
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
import { Publisher } from './Publisher';
|
import { Publisher } from './Publisher';
|
||||||
import { ConnectionOptions } from './ConnectionOptions';
|
import { ConnectionOptions } from './ConnectionOptions';
|
||||||
import { OpenViduRole } from 'OpenViduRole';
|
import { OpenViduRole } from './OpenViduRole';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* See [[Session.connections]]
|
* See [[Session.connections]]
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { ConnectionType } from 'ConnectionType';
|
import { ConnectionType } from './ConnectionType';
|
||||||
import { OpenViduRole } from './OpenViduRole';
|
import { OpenViduRole } from './OpenViduRole';
|
||||||
|
|
||||||
export interface ConnectionOptions {
|
export interface ConnectionOptions {
|
||||||
|
|
Loading…
Reference in New Issue