Skip to content
  • Guillaume Roguez's avatar
    sipcall: use dual-buffered ice transport · 2e3b0e00
    Guillaume Roguez authored
    
    
    This patch refactor the ICE transport system used for media streams
    by using a dual-buffered like transport:
    - one temporary used during the connection establishment
    - one used when established and used by other components
    
    When the established is used, the temporary is used to hide all the
    connection stuff that can take time to succeed.
    
    This has the (good) side-effect to resolve an issue on holding media
    during a call (unhold doesn't work, media using an old transport).
    
    Change-Id: I6b634443e06ece2dec2dd26a4b7ea429319d98d2
    Reviewed-by: default avatarAnthony Léonard <anthony.leonard@savoirfairelinux.com>
    2e3b0e00