We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc0cd05 commit 3dc7f21Copy full SHA for 3dc7f21
modules/RTC/TraceablePeerConnection.ts
@@ -73,7 +73,7 @@ interface ITouchToneRequest {
73
export interface ITPCOptions {
74
audioQuality: IAudioQuality;
75
capScreenshareBitrate: boolean;
76
- codecSettings: ICodecSettings;
+ codecSettings?: ICodecSettings;
77
disableRtx: boolean;
78
disableSimulcast?: boolean;
79
enableInsertableStreams?: boolean;
0 commit comments