This commit is contained in:
rustdesk
2024-04-16 22:53:01 +08:00
parent 736503df1b
commit 7bb4e22a77
3 changed files with 6 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ object FFI {
}
external fun init(ctx: Context)
external fun startServer(app_dir: String)
external fun startServer(app_dir: String, custom_client_config: String)
external fun startService()
external fun onVideoFrameUpdate(buf: ByteBuffer)
external fun onAudioFrameUpdate(buf: ByteBuffer)