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; 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;