Getting Started
__CAPGO_KEEP_4__
Set up this Capacitor plugin in the project.
Use the package manager already used by the project.
Install these package(s): `@capgo/capacitor-screen-recorder`
Run the required Capacitor sync/update step after installation.
Read this markdown guide for the full setup steps: https://raw.githubusercontent.com/Cap-go/website/refs/heads/main/apps/docs/src/content/docs/docs/plugins/screen-recorder/getting-started.mdx
Use that guide for platform-specific steps, native file edits, permissions, config changes, imports, and usage setup.
If that guide references other docs pages, read them too.
__CAPGO_KEEP_11__
설치bun add @capgo/capacitor-screen-recorderbunx cap syncImport
설치import { ScreenRecorder } from '@capgo/capacitor-screen-recorder';start
__CAPGO_KEEP_0__ 개요시작
화면 녹화 시작. (옵션으로 오디오 녹음도 가능합니다.) 사용자는 화면 녹화 권한을 부여할 수 있습니다. iOS에서는 시스템 녹화 UI가 표시됩니다. Android에서는 권한이 부여된 후 녹화가 시작됩니다.
import { ScreenRecorder } from '@capgo/capacitor-screen-recorder';
// Start recording without audioawait ScreenRecorder.start();
// Start recording with audioawait ScreenRecorder.start({ recordAudio: true });현재 화면 녹음 중지.
활성화된 화면 녹음을 중지하고 비디오를 기기 내의 카메라 롤 또는 갤러리에 저장합니다. iOS에서 시스템은 녹화의 미리보기 화면을 표시하고 Android에서는 비디오를 직접 갤러리에 저장합니다.
import { ScreenRecorder } from '@capgo/capacitor-screen-recorder';
await ScreenRecorder.stop();console.log('Recording saved to gallery');진실의 근원
Section titled “진실의 근원”이 페이지는 플러그인의 src/definitions.ts. Re-run the sync when the public API changes upstream.
Getting Started에서 계속
Section titled “Getting Started에서 계속”Capacitor를 사용 중이라면 Getting Started native 미디어 및 인터페이스 동작을 계획하기 위해, 그것을 연결하세요. Using @capgo/capacitor-screen-recorder Capgo의 @capgo/capacitor-screen-recorder 기능을 사용하여 Using @capgo/capacitor-live-activities Capgo의 @capgo/capacitor-live-activities 기능을 사용하여 @capgo/capacitor-live-activities Capgo의 @capgo/capacitor-live-activities 기능의 구현 세부 사항 Using @capgo/capacitor-video-player Capgo의 @capgo/capacitor-video-player 기능을 사용하여 @capgo/capacitor-video-player Capgo의 @capgo/capacitor-video-player 기능의 구현 세부 사항