Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
042b28e7
Commit
042b28e7
authored
Jul 28, 2019
by
Adrien Béraud
Browse files
call: handle TRYING in call state string
Change-Id: I4d94400386f94e9a3183f6b770c77eefcfba846e
parent
fce23741
Changes
1
Show whitespace changes
Inline
Side-by-side
src/call.cpp
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
;
...
...
Adrien Béraud
@aberaud
mentioned in commit
59cc453c
·
Aug 02, 2019
mentioned in commit
59cc453c
mentioned in commit 59cc453c25f3dbc3224484275688243fb687b052
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment