AirPlay, Bi-directional communication

Hi,


I know that AirPlay supports the mirroring feature for iOS devices: cast the contents of iOS device (source device) to a (non-iOS) device enabled with AirPlay.


My question is: if that (non-iOS) device is touchable, is there any way to implement a feature that when the user does UI interaction (eg. tapping a button) on that (non-iOS) device, then the app on the iOS (source) device will do the same action? It's like the (non-iOS) device sends UI gesture events back to the iOS (source) device, and then the iOS (source) device triggers actions to do the same UI behaviors that were done on the (non-iOS) display. This is similar to the feature of User Input Back Channel (UIBC). Thanks in advance.