since this is a fun learning project, moved from java to kotlin for
more fun (or desperation)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package com.tutpro.baresip
|
||||
|
||||
class Call(val ua: String, val call: String, val peerURI: String, var status: String) {
|
||||
var hold: Boolean = false
|
||||
}
|
||||
Reference in New Issue
Block a user