feat: update kotlin and add in call view model and more management functions

This commit is contained in:
jubb
2021-10-28 12:08:02 +11:00
parent ea9b35f229
commit a3cfd7f03b
8 changed files with 134 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
package org.session.libsession.database
interface CallDataProvider {
// answer/offer for call by UUID
// recipient info for call by UUID
}