Esempio n. 1
0
 public void SetICEState(ICEState iceState)
 {
     try
     {
         _iceState = iceState;
     }
     catch (Exception excp)
     {
         logger.Error("Exception SetICEState. " + excp);
     }
 }
Esempio n. 2
0
        public void SetICEState(ICEState iceState)
        {
            try
            {
                _iceState = iceState;

                //if (_iceState != null && _iceState.SRTPKey != null)
                //{
                //   _srtp = new SRTPManaged(Convert.FromBase64String(_iceState.SRTPKey), true);
                //}
            }
            catch (Exception excp)
            {
                logger.Error("Exception SetICEState. " + excp);
            }
        }