Skip to content
  • Guillaume Roguez's avatar
    ringaccount: fix ICE init for incoming call · e9996361
    Guillaume Roguez authored
    ICE transport was a blocking method before
    the commit 0bc5829b.
    Since not and this led to an error during incoming
    ICE msg reception, when the ice start method is called
    as the ice transport is not initalized yet.
    
    This patch implements this wait using asynchronous methods
    as the outgoing call implementation does.
    
    Change-Id: Idc69cefcf67eb1c902a197ea689fae2fc6b6c8d0
    Tuleap: #1047
    e9996361