--- title: "Mobile SDK overview" slug: "mobile-sdk-overview" description: "Integrate ScreenMeet Mobile SDKs for app streaming, audio/video chat, remote control, and more to enhance your mobile applications with support features." updated: 2022-02-08T19:23:29Z published: 2022-02-08T19:23:29Z canonical: "docs.screenmeet.com/mobile-sdk-overview" --- > ## Documentation Index > Fetch the complete documentation index at: https://docs.screenmeet.com/llms.txt > Use this file to discover all available pages before exploring further. # Overview The ScreenMeet Mobile SDKs allow you to add ScreenMeet Support features directly into your native mobile applications. ![](https://cdn.document360.io/9da39725-20e5-434f-83a4-d630456099dc/Images/Documentation/image-1598882124666.png) ## Quickstart To get started, the first thing you will need to do is to [generate a Mobile API key](https://docs.screenmeet.com/v1/docs/getting-a-mobile-api-key) for your organization. If your organization isn't currently registered with ScreenMeet, you can reach out to support@screenmeet.com for an API key. Once you have your Mobile API key, you are ready to continue: [Android SDK Quickstart](https://docs.screenmeet.com/v1/docs/android-quickstart-guide) [iOS SDK Quickstart](https://docs.screenmeet.com/v1/docs/ios-quickstart-guide) ## SDK Features ### App Streaming App-streaming is the mobile analogue to cobrowsing. When enabled, this allows a remote participant to see what is happening in the app in near real-time. This is similar to screen-sharing with the main difference being the stream is limited only to the app-owned part of the UI (for privacy reasons). Note: the system dialogs, notification bar and on-screen keyboard are not shown. ### Private Views The privacy features of the mobile SDK allow the developer to indicate which UI elements should not be shown to the remote participants. ### Audio/Video Chat When enabled, this allows the mobile app to stream both the microphone and camera media to the remote participants. This functionality enables developers to build audio/video chat functionality into the native mobile apps. ### Laser Pointer Allows remote participants to "point" to various areas on the streamer's screen to direct their attention to these areas on the screen. ### Annotations Allows remote participants to take a snapshot the streamer's screen and draw/annotate to provide additional feedback/assistance. ### Remote Control Enables the remote participant to remote control the app, including clicking on buttons, scrolling and inputting text into text controls in the mobile app.