Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Feb 16, 2024
1 parent 4172e21 commit 8a13f8f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions node/src/WebRtcTransport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ export type WebRtcTransportOptionsBase<WebRtcTransportAppData> = {

/**
* ICE consent timeout (in seconds). If 0 it is disabled. Default 30.
* For it to be enabled, |iceUfrag| and |icePwd| must be present in
* DtlsParams given to connect() method.
* For it to be enabled, iceParameters must be given in connect() method.
*/
iceConsentTimeout?: number;

Expand Down

0 comments on commit 8a13f8f

Please sign in to comment.