add voice_call start_pa
This commit is contained in:
parent
4a648f0068
commit
f2a612c3d9
4 changed files with 2 additions and 12 deletions
|
|
@ -136,9 +136,6 @@ class PlatformFFI {
|
|||
// Start a dbus service for uri links, no need to await
|
||||
_ffiBind.mainStartDbusServer();
|
||||
}
|
||||
if (appType == kAppTypeConnectionManager) {
|
||||
_ffiBind.mainStartPa();
|
||||
}
|
||||
} else if (isMacOS && isMain) {
|
||||
// Start ipc service for uri links.
|
||||
_ffiBind.mainStartIpcUrlServer();
|
||||
|
|
|
|||
|
|
@ -1412,10 +1412,6 @@ class RustdeskImpl {
|
|||
return false;
|
||||
}
|
||||
|
||||
Future<void> mainStartPa({dynamic hint}) {
|
||||
throw UnimplementedError();
|
||||
}
|
||||
|
||||
bool mainHideDocker({dynamic hint}) {
|
||||
throw UnimplementedError();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue