Commit cfa04b2
feat(rtc): add restart_publisher method stub to Room
Add `restart_publisher()` method stub to the Room class. This method will
perform an ICE restart on the publisher PeerConnection when implemented.
Use case: When sending data (stream_text/publish_data) times out but receiving
audio/video continues to work, the publisher PeerConnection may be stuck.
Currently there's no way to recover without disconnecting the entire room.
This is a placeholder that raises NotImplementedError until the corresponding
FFI bindings are added to livekit/rust-sdks.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 2744c66 commit cfa04b2
1 file changed
Lines changed: 28 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
541 | 541 | | |
542 | 542 | | |
543 | 543 | | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
544 | 572 | | |
545 | 573 | | |
546 | 574 | | |
| |||
0 commit comments