Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
042b28e7
Commit
042b28e7
authored
5 years ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
call: handle TRYING in call state string
Change-Id: I4d94400386f94e9a3183f6b770c77eefcfba846e
parent
fce23741
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/call.cpp
+2
-0
2 additions, 0 deletions
src/call.cpp
with
2 additions
and
0 deletions
src/call.cpp
+
2
−
0
View file @
042b28e7
...
...
@@ -268,6 +268,7 @@ Call::getStateStr() const
switch
(
getState
())
{
case
CallState
::
ACTIVE
:
switch
(
getConnectionState
())
{
case
ConnectionState
::
TRYING
:
case
ConnectionState
::
PROGRESSING
:
return
StateEvent
::
CONNECTING
;
...
...
@@ -295,6 +296,7 @@ Call::getStateStr() const
case
CallState
::
INACTIVE
:
switch
(
getConnectionState
())
{
case
ConnectionState
::
TRYING
:
case
ConnectionState
::
PROGRESSING
:
return
StateEvent
::
CONNECTING
;
...
...
This diff is collapsed.
Click to expand it.
Adrien Béraud
@aberaud
mentioned in commit
59cc453c
·
5 years ago
mentioned in commit
59cc453c
mentioned in commit 59cc453c25f3dbc3224484275688243fb687b052
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment