-
-
Notifications
You must be signed in to change notification settings - Fork 107
add call ringing API #6650
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
add call ringing API #6650
Changes from all commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
f8f248d
add call API
r10s 8fc1ff4
do not notify the call with a normal notification
r10s de37757
do not emit IncomingCall in case the call is stale
r10s ac9aa46
clearify scope of events
r10s e601ddd
check for remaining ringing seconds
r10s d04786f
emit end-call after timeout
r10s 25a3629
factor out mark_call_as_accepted
r10s 63e0ba3
end outgoing calls after one minute
r10s 2b7a18f
test call acceptance
r10s 477121f
make clippy happy
r10s 4c8f65e
update docs
r10s 430d6a6
clarify what should happen on multiple calls
r10s 9b0969a
notify about missed calls
r10s b927977
update call info message for missed calls
r10s ffb6e4c
show all call state in the same info-message
r10s a6251b7
adapt to new info_contact_id api
r10s 16e8640
document msg_id for all call events
r10s 9470566
set WebrtcRoom for calls
r10s ab5141d
relay place_call_info and accept_call_info
r10s 36553f9
fix ffi
r10s e7d72ad
make clippy happy
r10s fde80d1
clarify docs
r10s d104ee3
Update src/calls.rs
r10s d3c4eee
clarify docs
r10s 4832fbf
Update deltachat-ffi/deltachat.h
r10s 57e0472
Update deltachat-ffi/deltachat.h
r10s d5d1cb4
Update deltachat-ffi/deltachat.h
r10s bffa8da
Update src/calls.rs
r10s 8b828e7
Update deltachat-ffi/deltachat.h
r10s 2acf719
Update deltachat-ffi/deltachat.h
r10s f20a513
clarify docs
r10s 7e6fa74
clarify docs
r10s 0c9e60e
Update src/calls.rs
r10s a4fd2a8
log call errors
r10s 336c115
avoid clone()
r10s 8da8498
simplify parameter name
r10s 5e99fcc
simplify event sending
r10s 6c24adc
move call tests to separate file
r10s 0256fe2
do not notify CallAccepted/CallEnded info messages, this is handled b…
r10s 7829cc3
Update src/calls/calls_tests.rs
r10s 0a50811
change load_call_by_root_id() to load_call_by_id()
r10s f5f5b37
refine docs
r10s d1c6610
clearer booleans
r10s 3763ce8
improve tests
r10s 9dd4828
improve tests
r10s 535ea7e
improve tests
r10s 902261f
improve tests
r10s 4953345
improve tests
r10s 6677011
calls test: let setup_call() return a struct
r10s c3979e7
calls test: let accept_call() return a struct
r10s 756cd21
remove broken test creating a deprecated videochat-invitation without…
r10s 4148bf4
remove comment describing only a possible future
r10s 6f456c5
avoid likely flaky test
r10s 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
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.