Commit fce3252
Add support for RPC V2 (#1087)
See this pull request for more info about what this does and how rpc v2
works: livekit/client-sdk-js#1832
Also, for an in depth description of behavior in edge cases, see
[RPC_SPEC.md
here](https://github.com/livekit/client-sdk-js/blob/00e93de0c3d85f846fa6707749fa46457a653a29/RPC_SPEC.md).
> [!WARNING]
> This pull request was LLM generated and has only been lightly reviewed
by the author, who is not a flutter expert. I have tested this and can
confirm it works in the happy path, but no other validation has been
done.
>
> A more thorough review of this needs to occur before it could be
merged.
---------
Co-authored-by: Hiroshi Horie <548776+hiroshihorie@users.noreply.github.com>1 parent 6bdbc3e commit fce3252
18 files changed
Lines changed: 2252 additions & 257 deletions
File tree
- .changes
- example/lib/widgets
- lib
- src
- core
- internal
- participant
- rpc
- types
- test
- core
- mock
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| 42 | + | |
| 43 | + | |
41 | 44 | | |
42 | 45 | | |
43 | 46 | | |
| |||
52 | 55 | | |
53 | 56 | | |
54 | 57 | | |
| 58 | + | |
55 | 59 | | |
56 | 60 | | |
57 | 61 | | |
| |||
459 | 463 | | |
460 | 464 | | |
461 | 465 | | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
462 | 471 | | |
463 | 472 | | |
464 | 473 | | |
465 | 474 | | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
466 | 479 | | |
0 commit comments