Skip to content

Commit

Permalink
Transport delegate in client options is now optional (fixes tests as …
Browse files Browse the repository at this point in the history
…well)
  • Loading branch information
patrickswijgman committed Dec 29, 2020
1 parent 81a6163 commit 3c52a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export interface IClientOptions {
transport: {
wsServers: string;
iceServers: string[];
delegate: ITransportDelegate;
delegate?: ITransportDelegate;
};
media: IMedia;
userAgentString?: string;
Expand Down

0 comments on commit 3c52a15

Please sign in to comment.