Skip to content

Commit

Permalink
fix: iceServers.urls param can be array of strings (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
friday committed Dec 6, 2023
1 parent 624fcce commit 20c280c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/egress/interface.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { SfuType } from "../core/sfu/interface";

export interface ICEServer {
urls: string;
urls: string | string[];
username?: string;
credential?: string;
}
Expand Down

0 comments on commit 20c280c

Please sign in to comment.