2 files changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| |||
168 | 169 | | |
169 | 170 | | |
170 | 171 | | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
171 | 175 | | |
172 | 176 | | |
173 | 177 | | |
| |||
416 | 420 | | |
417 | 421 | | |
418 | 422 | | |
| 423 | + | |
| 424 | + | |
419 | 425 | | |
420 | 426 | | |
421 | 427 | | |
| |||
886 | 892 | | |
887 | 893 | | |
888 | 894 | | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
889 | 899 | | |
890 | 900 | | |
891 | 901 | | |
| |||
- .github/workflows/builds.yml+14-1
- .github/workflows/ffi-builds.yml+1-1
- .github/workflows/tests.yml+18-1
- .vscode/launch.json+12
- Cargo.lock+536-322
- Cargo.toml+1
- examples/local_audio/src/main.rs+47-1
- examples/screensharing/Cargo.toml+13
- examples/screensharing/src/lib.rs+278
- examples/screensharing/src/main.rs+6
- libwebrtc/Cargo.toml+11
- libwebrtc/src/desktop_capturer.rs+230
- libwebrtc/src/lib.rs+2
- libwebrtc/src/native/desktop_capturer.rs+241
- libwebrtc/src/native/mod.rs+1
- livekit-ffi/protocol/room.proto+6-1
- livekit-ffi/src/server/room.rs+3
- livekit/src/room/mod.rs+5
- livekit/src/room/participant/local_participant.rs+3
- livekit/src/room/participant/remote_participant.rs+1
- livekit/src/room/track/mod.rs+1-1
- webrtc-sys/Cargo.toml+3
- webrtc-sys/build.rs+50
- webrtc-sys/build/src/lib.rs+27-12
- webrtc-sys/include/livekit/desktop_capturer.h+72
- webrtc-sys/src/desktop_capturer.cpp+118
- webrtc-sys/src/desktop_capturer.rs+113
- webrtc-sys/src/lib.rs+1
0 commit comments