mirror of https://github.com/OpenVidu/openvidu.git
7 lines
208 B
TypeScript
7 lines
208 B
TypeScript
![]() |
export interface OpenViduAngularConfig {
|
||
![]() |
production?: boolean,
|
||
|
participantFactory?: ParticipantFactoryFunction,
|
||
|
|
||
![]() |
}
|
||
![]() |
|
||
|
export type ParticipantFactoryFunction = (connWrapper: any, participantId: string) => any;
|