feat: try to show avatar if remote has no video#81
Merged
Conversation
cf12719 to
d3ccda2
Compare
WofWca
added a commit
that referenced
this pull request
Jan 27, 2026
TODO: - [ ] Actually use it. There is a blocker, see #81
1 task
Amzd
reviewed
Jan 27, 2026
0b01aa2 to
af7f2a5
Compare
Partially addresses #62. This only works if the remote disabled video via `replaceTrack(null)`, which is only utilized by deltachat/deltachat-ios#2909 as of writing, or if the remote has no camera at all (only mic). Co-authored-by: adb <adb@merlinux.eu>
af7f2a5 to
74f9d25
Compare
Member
Author
|
A way to test this: plug off the caller's camera (leaving only the mic), or make some other app start using the camera, so that the caller's app doesn't have access to it. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
TODO:
Partially addresses
#62.
This only works if the remote disabled video via
replaceTrack(null), which is only utilized bydeltachat/deltachat-ios#2909
as of writing, or if the remote has no camera at all (only mic).