private static void OnRemotePeerCall(CallEventArgs e) { RemotePeerCall?.Invoke(null, e); }
private static void OnPeerDrop(CallEventArgs e) { PeerDrop?.Invoke(null, e); }
private static void OnPeerConnect(CallEventArgs e) { PeerConnect?.Invoke(null, e); }
private static void OnPeerAnswer(CallEventArgs e) { PeerAnswer?.Invoke(null, e); }
private static void OnIpAddressOffer(CallEventArgs e) { IpAddressOffer?.Invoke(null, e); }
private static void OnBeginCall(CallEventArgs e) { BeginCall?.Invoke(null, e); }