mirror of https://github.com/OpenVidu/openvidu.git
coturnPort as a number
parent
45c04e0156
commit
cf2cc34525
|
@ -28,7 +28,7 @@ export interface LocalConnectionOptions {
|
||||||
role: string;
|
role: string;
|
||||||
record: boolean;
|
record: boolean;
|
||||||
coturnIp: string;
|
coturnIp: string;
|
||||||
coturnPort: string;
|
coturnPort: number;
|
||||||
turnUsername: string;
|
turnUsername: string;
|
||||||
turnCredential: string;
|
turnCredential: string;
|
||||||
version: string;
|
version: string;
|
||||||
|
|
Loading…
Reference in New Issue