openvidu-node-client: fix imports

pull/553/head
pabloFuente 2020-10-20 22:22:09 +02:00
parent f989b0c2ee
commit fb393554cb
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
import { Publisher } from './Publisher';
import { ConnectionOptions } from './ConnectionOptions';
import { OpenViduRole } from 'OpenViduRole';
import { OpenViduRole } from './OpenViduRole';
/**
* See [[Session.connections]]

View File

@ -15,7 +15,7 @@
*
*/
import { ConnectionType } from 'ConnectionType';
import { ConnectionType } from './ConnectionType';
import { OpenViduRole } from './OpenViduRole';
export interface ConnectionOptions {