major change: use service to run baresip

This commit is contained in:
Juha Heinanen
2018-06-21 19:31:45 +03:00
parent cc7f34bfdd
commit 4388c20ec9
9 changed files with 675 additions and 585 deletions
@@ -0,0 +1,7 @@
package com.tutpro.baresip
object Api {
external fun call_peeruri(callp: String): String
}