Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update docs; ice-restart is not supported anymore. #530

Merged
merged 1 commit into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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