mirror of https://github.com/OpenVidu/openvidu.git
7 lines
174 B
TypeScript
7 lines
174 B
TypeScript
![]() |
import { StreamOptionsServer } from './StreamOptionsServer';
|
||
|
export interface ConnectionOptions {
|
||
|
id: string;
|
||
|
metadata: string;
|
||
|
streams: StreamOptionsServer[];
|
||
|
}
|