这是indexloc提供的服务,不要输入任何密码
Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
75 commits
Select commit Hold shift + click to select a range
db871de
Fixed building issue.
ashkan-saeedi-mazdeh Dec 15, 2023
561282f
Fixed a memory leak
ashkan-saeedi-mazdeh Dec 16, 2023
7320b31
Fixed a compile error on the distructor
ashkan-saeedi-mazdeh Dec 16, 2023
80d3dcd
Fixed the last error regarding the leak fix
ashkan-saeedi-mazdeh Dec 16, 2023
bb762d2
Updated dll
ashkan-saeedi-mazdeh Dec 23, 2023
c8e3906
updated protobuf messages to latest to be able to publish data.
ashkan-saeedi-mazdeh Dec 23, 2023
2cf59c3
Updated FFIClient with the correct FfiRequest class name based on upd…
ashkan-saeedi-mazdeh Dec 24, 2023
496618c
Added metas.
ashkan-saeedi-mazdeh Dec 27, 2023
830ebd1
modification trying to fix compiler errors
cdga777 Dec 27, 2023
eca1cb5
new initialize call
markgrossnickle Dec 27, 2023
6456edc
Test sending data
markgrossnickle Dec 28, 2023
511ef58
Hack for now
markgrossnickle Dec 28, 2023
72b2a83
Merge pull request #7 from markgrossnickle/fixcompilererror-cdga777
cdga777 Dec 28, 2023
892407a
to prevent null reference
cdga777 Dec 28, 2023
54bcdfa
Merge pull request #6 from decentraland/fixcompilererror-cdga777
markgrossnickle Dec 28, 2023
a5a63c4
minor cleanup
markgrossnickle Dec 28, 2023
a400ec9
enable nullables
NickKhalow Jan 18, 2024
d15025a
Merge pull request #15 from decentraland/feat/nullables
NickKhalow Jan 18, 2024
768fb01
Multithread refactor (#13)
markgrossnickle Jan 24, 2024
2d7c0f6
feat: optimisations (#16)
NickKhalow Jan 25, 2024
f54abcd
m1 support (#17)
NickKhalow Jan 31, 2024
968ebfa
todos
NickKhalow Feb 1, 2024
f5dca6c
feat: optimisation - memory pooling, FfiHandles (#18)
NickKhalow Feb 2, 2024
f214f8a
Merge remote-tracking branch 'origin/main'
NickKhalow Feb 2, 2024
f641f02
room support spans
NickKhalow Feb 2, 2024
1e760ce
obsolete message
NickKhalow Feb 2, 2024
ad1b226
todo shared_ptr + readonly span<byte>
NickKhalow Feb 2, 2024
1645aac
remove redundant hierarchies
NickKhalow Feb 5, 2024
a90b5eb
participants hub
NickKhalow Feb 5, 2024
732c690
fix remove
NickKhalow Feb 5, 2024
c00d313
refactor extensions
NickKhalow Feb 5, 2024
683d155
tracks factory
NickKhalow Feb 5, 2024
db557e5
FfiHandle factory
NickKhalow Feb 5, 2024
67a57a8
ffi handle factory dependency
NickKhalow Feb 5, 2024
6b357ae
participant factory
NickKhalow Feb 5, 2024
ffadd26
TrackPublication Factory
NickKhalow Feb 5, 2024
dd15a81
encapsulate ITrackPublicationFactory
NickKhalow Feb 5, 2024
a99c97b
fix naming
NickKhalow Feb 5, 2024
0881c08
fix naming
NickKhalow Feb 5, 2024
6bd701d
RingBuffer recycling
NickKhalow Feb 6, 2024
0ea6de8
Merge pull request #19 from decentraland/feat/room-optimisation
mikhail-dcl Feb 7, 2024
375276d
destination sids add for send data
NickKhalow Feb 7, 2024
e27f50b
Merge pull request #20 from decentraland/feat/room-contract
mikhail-dcl Feb 7, 2024
93b69cf
ring buffer as struct
NickKhalow Feb 8, 2024
57a6e35
package info (#22)
NickKhalow Feb 9, 2024
814b015
chore: room (#23)
NickKhalow Feb 9, 2024
124996d
fix disposing on disconnect (#24)
NickKhalow Feb 12, 2024
1f133dd
initialize control from Interface (#25)
NickKhalow Feb 12, 2024
a5f5db7
dangerous access for memory buffer (#26)
NickKhalow Feb 13, 2024
bfdd4ad
Merge pull request #21 from decentraland/feat/ringbuffer-alloc-free
mikhail-dcl Feb 14, 2024
36b76d5
remove finished todo (#27)
NickKhalow Feb 16, 2024
fab6942
win x86_64 libs
NickKhalow Feb 20, 2024
9e18361
fix InitializeSdk (#28)
NickKhalow Feb 20, 2024
03202af
datapipe contracts (#30)
NickKhalow Feb 26, 2024
bf3e7a6
hotfix no-livekit mode (#31)
NickKhalow Feb 29, 2024
985eb1e
feat: Audio/Video Support (#29)
markgrossnickle Mar 6, 2024
1059e74
feat: room contracts (#33)
NickKhalow Mar 21, 2024
2b8157a
feat: clears (#34)
NickKhalow Mar 21, 2024
7bb6841
update local metadata
NickKhalow Mar 21, 2024
4158a6f
lk debug verbose
NickKhalow Mar 21, 2024
bf5b04f
verbose async id
NickKhalow Mar 21, 2024
1e6a0a6
room info with connection state
NickKhalow Mar 22, 2024
404f96e
disconnect async
NickKhalow Mar 22, 2024
cc64cb4
performance improve: remove SynchronizationContext
NickKhalow Mar 23, 2024
1c03523
single binary for mac
NickKhalow Apr 5, 2024
593d34d
remove EditorApplication.quitting
NickKhalow Apr 8, 2024
0aa0bb3
already disposed check
NickKhalow Apr 8, 2024
33d5d9b
Catch DllNotFoundException on initialization
mikhail-dcl Apr 9, 2024
da64c14
Add Library for Linux
mikhail-dcl Apr 9, 2024
1424412
Upgrade SDK to 0.7.2 (API v2)
mikhail-dcl Aug 9, 2024
f5b6fbc
Keep only one copy of headers, remove arm64
mikhail-dcl Aug 12, 2024
77fdfec
update ffi for mac to v0.7.2
NickKhalow Aug 13, 2024
61ec412
Handle LocalMetadata and LocalName correctly
mikhail-dcl Aug 14, 2024
c4211b6
propagate ConnectionQuality to Participant
NickKhalow Aug 16, 2024
0186b8d
Fix ParticipantMetadataChanged
mikhail-dcl Oct 1, 2024
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/downloads~/*
7 changes: 7 additions & 0 deletions .vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"ExpandedNodes": [
""
],
"SelectedNode": "\\C:\\Users\\ashka\\Source\\Repos\\client-sdk-unity",
"PreviewInSolutionExplorer": false
}
Binary file added .vs/client-sdk-unity/v17/.wsuo
Binary file not shown.
2 changes: 2 additions & 0 deletions BuildScripts~/generate_proto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ protoc \
-I=$FFI_PROTOCOL \
--csharp_out=$OUT_CSHARP \
$FFI_PROTOCOL/audio_frame.proto \
$FFI_PROTOCOL/e2ee.proto \
$FFI_PROTOCOL/ffi.proto \
$FFI_PROTOCOL/handle.proto \
$FFI_PROTOCOL/participant.proto \
$FFI_PROTOCOL/room.proto \
$FFI_PROTOCOL/stats.proto \
$FFI_PROTOCOL/track.proto \
$FFI_PROTOCOL/video_frame.proto
7 changes: 7 additions & 0 deletions README.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Runtime/.DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions Runtime/Plugins/Google.Protobuf.dll
Git LFS file not shown
3 changes: 0 additions & 3 deletions Runtime/Plugins/arm64/liblivekit_ffi.dylib

This file was deleted.

3 changes: 0 additions & 3 deletions Runtime/Plugins/arm64/livekit_ffi.dll

This file was deleted.

53 changes: 0 additions & 53 deletions Runtime/Plugins/arm64/livekit_ffi.dll.meta

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading