Home
-
AirSync overviewSend your screenBroadcast to IFPKey featuresMirroringTroubleshootingAirSync updates
Extended screen
AirSync allows users to use the IFP as an extended screen. This feature simulates a virtual screen that the OS treats as an extra monitor attached to the system. You can move windows and applications you want to share to this 'monitor'. Note that this feature is only available for the following versions:
- AirSync Sender for WindowsÂ
- AirSync Sender for macOS (portable version)
Use with Presenter View
To present a PowerPoint presentation in full screen on the IFP and keep your notes visible on your device, use AirSync's screen extension with PowerPoint's Presenter View feature.
- Share your screen via the Windows or macOS (non-PWA version) sender's Screen extension feature.
- Open your PowerPoint presentation.
- Go to the Slide Show tab.Â
- Check the box for Use Presenter View.
- On the Display dropdown, select the extended display.
- Confirm the setting.
Now, start your slide show and go to PowerPoint's Presenter View. The presentation content will be displayed on the IFP, while the current slide, next slide, and speaker notes will be on your main screen.
Present with Web sender
To present a PowerPoint presentation in full screen when sharing as an application in the web sender, perform the following:
- Open your PowerPoint presentation.
- Start the PowerPoint presentation.
- Go to the AirSync web sender and connect to AirSync.
- When prompted for an application to share, select the active Slide Show presentation from the Application tab.
The PowerPoint content appears full-screen on the IFP.
Click the link to watch a demo:
/* Lightbox styles */ .video-comparison-lightbox { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.9); z-index: 1000; overflow: hidden; } .lightbox-content { width: 100%; height: 100%; display: flex; flex-direction: column; } /* Video container styles */ .video-container { position: relative; height: calc(100vh - 60px); display: flex; } .video-wrapper { position: relative; height: 100%; overflow: hidden; } .video-wrapper video { width: 100%; height: 100%; object-fit: contain; background: #000; } /* Hide video controls */ .video-wrapper video::-webkit-media-controls { display: none !important; } /* Resize handle */ .resize-handle { width: 10px; height: 100%; background: #555; cursor: col-resize; position: relative; z-index: 10; } .resize-handle::after { content: "⋮⋮"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: white; font-size: 20px; } /* Control bar */ .control-bar { height: 60px; background: #333; display: flex; justify-content: center; align-items: center; gap: 20px; } .control-btn { padding: 10px 20px; background: #4CAF50; color: white; border: none; border-radius: 4px; cursor: pointer; font-size: 16px; } .control-btn:hover { background: #45a049; } .close-btn { position: absolute; top: 20px; right: 20px; color: white; font-size: 30px; cursor: pointer; z-index: 1001; } /* Trigger link style */ .video-comparison-trigger { display: inline-block; padding: 10px 20px; background: #1765f2; color: #ddd; text-decoration: none; margin: 10px; } .video-comparison-trigger:hover { background: blue; color: white !important; text-decoration: none; }