openvidu-node-client: fix imports
This commit is contained in:
parent
f989b0c2ee
commit
fb393554cb
@ -17,7 +17,7 @@
|
||||
|
||||
import { Publisher } from './Publisher';
|
||||
import { ConnectionOptions } from './ConnectionOptions';
|
||||
import { OpenViduRole } from 'OpenViduRole';
|
||||
import { OpenViduRole } from './OpenViduRole';
|
||||
|
||||
/**
|
||||
* See [[Session.connections]]
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
import { ConnectionType } from 'ConnectionType';
|
||||
import { ConnectionType } from './ConnectionType';
|
||||
import { OpenViduRole } from './OpenViduRole';
|
||||
|
||||
export interface ConnectionOptions {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user