Skip to content
  • Madaro Livio's avatar
    Keep TURN credentials (realm/nonce) from allocation for the refresh request. · 85229f99
    Madaro Livio authored and Youness Alaoui's avatar Youness Alaoui committed
    Calling nice_agent_remove_stream will try to release the TURN allocation (lifetime=0)
    but it won't work because the CandidateRefresh doesn't contain credentials
    for user authentication (if it happens right after the allocation).
    The server replies with an authentication error but the client closed the socket
    and does not reply to it.
    85229f99