Getting Started
이 플러그인의 설치 단계와 전체 마크다운 가이드를 포함한 설정 지시서를 복사하세요.
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.
AI-Assisted Setup을 사용하여 플러그인을 설치할 수 있습니다. AI 도구에 Capgo 스킬을 추가하려면 다음 명령어를 사용하세요.
npx skills add https://github.com/Cap-go/capgo-skills --skill capacitor-plugins그런 다음 다음 명령어를 사용하세요:
Use the `capacitor-plugins` skill from `Cap-go/capgo-skills` to install the `@capgo/capacitor-screen-recorder` plugin in my project.만들기 옵션을 선호하시면 플러그인을 설치하기 위해 다음 명령어를 실행하고 아래의 플랫폼별 설명을 따르세요.
bun add @capgo/capacitor-screen-recorderbunx cap syncimport { ScreenRecorder } from '@capgo/capacitor-screen-recorder';start
__CAPGO_KEEP_0__
import { ScreenRecorder } from '@capgo/capacitor-screen-recorder';
// Start recording without audioawait ScreenRecorder.start();
// Start recording with audioawait ScreenRecorder.start({ recordAudio: true });stop
“정지” 제목 섹션현재 화면 녹음 중지.
활성화된 화면 녹음을 중지하고 비디오를 기기에 저장합니다. iOS에서 시스템은 녹음의 미리보기 화면을 표시하고 Android에서는 갤러리에 직접 저장합니다.
import { ScreenRecorder } from '@capgo/capacitor-screen-recorder';
await ScreenRecorder.stop();console.log('Recording saved to gallery');진실의 근원
“진실의 근원” 제목 섹션이 페이지는 플러그인의 src/definitions.ts공개 API이 업스트림에서 변경될 때 다시 싱크를 실행하세요.
시작부터 계속
“시작부터 계속” 제목 섹션GitHub에서 사용 중이라면 Getting Started 자연적인 미디어 및 인터페이스 동작을 계획하고 연결하기 위해 capgo/capacitor-스크린 녹화기를 사용하는 방법 capgo/capacitor-스크린 녹화기에서 사용하는 자체 기능 capgo/capacitor-라이브 활동 capgo/capacitor-라이브 활동에서 사용하는 자체 기능 capgo/capacitor-라이브 활동 capgo/capacitor-라이브 활동의 구현 세부 사항 capgo/capacitor-비디오 플레이어 capgo/capacitor-비디오 플레이어에서 사용하는 자체 기능 capgo/capacitor-비디오 플레이어 capgo/capacitor-비디오 플레이어의 구현 세부 사항