public void SetICEState(ICEState iceState) { try { _iceState = iceState; } catch (Exception excp) { logger.Error("Exception SetICEState. " + excp); } }
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); } }