Closed zahnooo closed 2 months ago
Currently, the driver handles all connected apps the same, which means that
This is only relevant if several apps with the SDK integrated are visible at the same time, e.g. in Split View or Center Stage mode.
Develop a strategy how to handle this, e.g. "The first connected app takes control".
We updated the driver.
In multi-app scenarios, the last app trying to connect to set up a session wins. The SDK now handles correlating connection drops by removing the related device.
See #40
Currently, the driver handles all connected apps the same, which means that
This is only relevant if several apps with the SDK integrated are visible at the same time, e.g. in Split View or Center Stage mode.
Develop a strategy how to handle this, e.g. "The first connected app takes control".