coturnPort as a number

pull/656/head
gtunon 2021-10-07 07:28:34 +02:00
parent 45c04e0156
commit cf2cc34525
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ export interface LocalConnectionOptions {
role: string;
record: boolean;
coturnIp: string;
coturnPort: string;
coturnPort: number;
turnUsername: string;
turnCredential: string;
version: string;