Skip to content

Commit

Permalink
fix: update docs; ice-restart is not supported anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
jallamsetty1 committed Oct 11, 2024
1 parent bbe8b4e commit 128ef76
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
15 changes: 0 additions & 15 deletions docs/dev-guide/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -665,21 +665,6 @@ the bridge going down.
enableForcedReload: true
```

### enableIceRestart

type: `Boolean`

Enables ICE restart logic in LJM and displays the page reload overlay on
ICE failure. Current disabled by default because it's causing issues with
signaling when Octo is enabled. Also when we do an "ICE restart"(which is
not a real ICE restart), the client maintains the TCC sequence number
counter, but the bridge resets it. The bridge sends media packets with
TCC sequence numbers starting from 0.

```javascript
enableIceRestart: true
```

### gatherStats

type: `Boolean`
Expand Down
1 change: 0 additions & 1 deletion docs/dev-guide/ljm-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ This objects represents the server connection. You can create new `JitsiConnecti
- `e2eping`
- `pingInterval`
- `enableForcedReload`
- `enableIceRestart`
- `enableNoAudioDetection` - boolean property.
- `enableOpusRed`
- `enableTalkWhileMuted` - boolean property.
Expand Down

0 comments on commit 128ef76

Please sign in to comment.