Exemplo n.º 1
0
 public void Publish(string sipUri, string basic, string note, int expires)
 {
     _app.Publish(sipUri, basic, note, expires);
 }