Example #1
0
 public void SetRingbackSound(string file)
 {
     if (LinphoneCore.IsNonZero())
     {
         MediaModule.linphone_core_set_ringback(LinphoneCore, file);
     }
 }