mirror of https://github.com/OpenVidu/openvidu.git
8 lines
157 B
TypeScript
8 lines
157 B
TypeScript
![]() |
export interface StreamOptionsServer {
|
||
|
id: string;
|
||
|
audioActive: boolean;
|
||
|
frameRate: number;
|
||
|
videoActive: boolean;
|
||
|
typeOfVideo: string;
|
||
|
}
|