Skip to content
Snippets Groups Projects
Commit e4daf6cd authored by Stepan Salenikovich's avatar Stepan Salenikovich Committed by gerrit2
Browse files

ringaccount: perform ICE init after returning call

This way we don't have to wait for the ICE init before the manager
can get a callId to return to the client. The ICE init can take a long
time in certain cases (eg: bad TURN password, slow UPnP) which causes
the UI to freeze while waiting for the daemon to return outgoingCall()
with the callId.

Note this changes the behaviour of the daemon slightly. Before if the
ICE init failed then no callId would be returned. Now the callId is
always returned and the call will later emit a state change of Fail if
the ICE init fails.

Tuleap: #620
Change-Id: I712d1d52be9e9b809b794bb7694ad31bdd2e3bb1
parent 2f006c57
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment