-
Notifications
You must be signed in to change notification settings - Fork 17
feat: livekit cast improvements #7347
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
Merged
Merged
Changes from 50 commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
5dde98d
feat: enrich getActiveVideoStreams response and auto-resolve audio fo…
cyaiox aa1a5fa
fix: resolve display name from participant metadata for castV2 support
cyaiox d0db726
feat: auto-recover livekit player when specific track dies
cyaiox 9724c4a
feat: play all audio tracks from livekit room in media player
cyaiox 76f84a9
feat: auto-switch video to active speaker in CurrentStream mode
cyaiox 23f7229
fix: prevent audio disruption on video recovery, throttle empty-audio…
cyaiox fbff12c
fix: make audio discovery additive to support late-joining participants
cyaiox a115dab
feat: expose LiveKit data messaging to scenes via CommsApi
cyaiox 0a94799
feat: expose LiveKit data messaging and metadata to scenes via CommsApi
cyaiox adb19bc
feat: prioritize presentation bot video track over active speaker
cyaiox f208d56
docs: update cast.md with latest LiveKit features
cyaiox fcf5948
refactor: LivekitPlayer review feedback — Weak.Null, hasLiveAudio, fl…
cyaiox 8198acc
refactor: CommsApi review feedback — ConcurrentDictionary, ITypedArra…
cyaiox 8232119
refactor: CommsApi.js — add type documentation, publishData passes Ui…
cyaiox 5a856e6
fix: clarify EnsureAudioIsPlaying comment in LivekitPlayer
cyaiox 3de1911
feat: add gatekeeper mode dropdown to debug settings
cyaiox 57bde90
feat: raise LiveKit video resolution cap to 2048x2048
cyaiox f823af7
refactor: remove UpdateMetadata from CommsApi
cyaiox 264df49
chore: reorder constants and remove dead code per coding standards
cyaiox 91dae53
refactor: route CommsApi through ISceneCommunicationPipe with MsgType…
cyaiox 1cd3ad7
fix: update MessagePipe catch comment and CommsApi.js publishData to …
cyaiox 9e89867
test: add unit tests for CommsApiWrap
cyaiox 2ad897c
fix: rename stale test method to match MsgType.CommsData
cyaiox 3d3e26a
chore: add missing meta file for CommsApiWrapShould test
cyaiox f4ba9dd
refactor: move gatekeeper URL override from app args to URL source layer
cyaiox 020ea71
fix: align CommsApiWrap tests with wire format and JSON escaping
cyaiox 55f421f
fix: address code review — race condition, stackalloc overflow, misle…
cyaiox f1d8562
refactor: use LKParticipant type alias in GetActiveVideoStreamsResponse
cyaiox 17acc73
fix: remove stale #if guard on cross-platform media throttle fields
cyaiox cb7bfd9
fix: address remaining code review items — TOCTOU race, writer recove…
cyaiox 7b6d7aa
refactor: address PR review — encapsulate video sourcing, dedup audio…
cyaiox 1a1196b
fix: address code review — clarify MessagePipe catch and ResetWriter …
cyaiox 125a030
refactor: address LiveKit review — AnyExposedAudioSource rename, fold…
cyaiox cdcc99d
clarify https://github.com/decentraland/unity-explorer/pull/7347#disc…
NickKhalow 3609985
address https://github.com/decentraland/unity-explorer/pull/7347\#dis…
NickKhalow 8110b64
register new category for reporting
NickKhalow 01e12f8
address https://github.com/decentraland/unity-explorer/pull/7347\#dis…
NickKhalow 1db196b
allocation free write, address https://github.com/decentraland/unity-…
NickKhalow a4cdffa
submit todo for futher optimisations
NickKhalow 7d54777
remove redundant const
NickKhalow f3258fe
implement message count bouding, add explicit comments to js contract…
NickKhalow 25317d3
implement ListPool
NickKhalow 0fccb93
link livekit package
NickKhalow e6762d6
mitigate InvalidOperationException and ActiveSpeakers thread-safe access
NickKhalow 11069e3
remove redundant locks, simplify "switch to current" method
NickKhalow 6069f01
update package lock
NickKhalow c905464
unify OpenVideoStream
NickKhalow be13a2e
address LivekitPlayer
NickKhalow 166270a
remove redundant code
NickKhalow d1ae741
Merge remote-tracking branch 'origin/dev' into feat/enhance-livekit-t…
NickKhalow 40cb7a7
remove redundant null check
NickKhalow f94d250
update comment
NickKhalow 35b424c
align livekit deps
NickKhalow 84f60f9
Merge remote-tracking branch 'origin/dev' into feat/enhance-livekit-t…
NickKhalow 5f53e6e
chore: Add id-token permission
cyaiox 0ec89be
fix: remove added prop
cyaiox 15e704a
Merge branch 'dev' into feat/enhance-livekit-track-selector
cyaiox File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.