Skip to content

Commit 3dc7f21

Browse files
committed
fix optional type
1 parent dc0cd05 commit 3dc7f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/RTC/TraceablePeerConnection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ interface ITouchToneRequest {
7373
export interface ITPCOptions {
7474
audioQuality: IAudioQuality;
7575
capScreenshareBitrate: boolean;
76-
codecSettings: ICodecSettings;
76+
codecSettings?: ICodecSettings;
7777
disableRtx: boolean;
7878
disableSimulcast?: boolean;
7979
enableInsertableStreams?: boolean;

0 commit comments

Comments
 (0)