Skip to content

Commit 3c52a15

Browse files
Transport delegate in client options is now optional (fixes tests as well)
1 parent 81a6163 commit 3c52a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export interface IClientOptions {
1010
transport: {
1111
wsServers: string;
1212
iceServers: string[];
13-
delegate: ITransportDelegate;
13+
delegate?: ITransportDelegate;
1414
};
1515
media: IMedia;
1616
userAgentString?: string;

0 commit comments

Comments
 (0)