We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee9b25 commit 1cbed00Copy full SHA for 1cbed00
‎addons/api/mirage/scenarios/ipc.js‎
@@ -248,6 +248,14 @@ export default function initializeMockIPC(server, config) {
248
resumeClientAgent() {}
249
hasRunningSessions() {}
250
stopAll() {}
251
+ getRdpClients() {
252
+ return ['windows-app', 'none', 'mstsc'];
253
+ }
254
+ getPreferredRdpClient() {
255
+ return 'windows-app';
256
257
+ setPreferredRdpClient() {}
258
+ launchRdpClient() {}
259
}
260
261
/**
0 commit comments