Skip to content
  • Tristan Matthews's avatar
    * #9641: audiortp: Fixed CryptoContext management · 265d9748
    Tristan Matthews authored
    They are cached in AudioRtpFactory, but may be replaced in
    AudioSrtpSession. Therefore, whenever we reinitialize these contexts
    we must update the cached values in audiortpfactory. In addition, since
    they will outlive a given AudioSrtpSession, they must NOT be deleted in
    AudioSrtpSession's destructor but rather in AudioRtpFactory's.
    265d9748