> ## Documentation Index
> Fetch the complete documentation index at: https://manual.voiceping.net/llms.txt
> Use this file to discover all available pages before exploring further.

# 회의실 초대 방법

> 워크스페이스 멤버와 외부 게스트를 회의실에 초대하는 방법

export const FeedbackKo = () => <>
    <Tip>
      이 기능에 대한 아이디어나 요청은 <a href="/ko/product-feedback">Product Feedback</a>을 통해 팀에 보내주세요.
    </Tip>

    <h2>공식 링크</h2>

    <CardGroup cols={2}>
      <Card title="공식 웹사이트" icon="globe" href="https://voiceping.net/en/">
        공식 웹사이트 방문
      </Card>
      <Card title="X (Twitter)" icon="x-twitter" href="https://x.com/VoicePingMedia">
        X에서 팔로우
      </Card>
      <Card title="Facebook" icon="facebook" href="https://www.facebook.com/voiceping.inc">
        Facebook에서 좋아요
      </Card>
      <Card title="LinkedIn" icon="linkedin" href="https://www.linkedin.com/company/28684130/">
        LinkedIn에서 연결
      </Card>
    </CardGroup>
  </>;

## 1. 워크스페이스 멤버 초대

### 방법 1: 네임바에서 초대

<iframe src="https://www.loom.com/embed/eab4b68590b04cc18c9d5614b1ad88cc" width="100%" height="400" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

왼쪽 네임바에서 사용자를 클릭하면 회의실에 초대할 수 있습니다.

<Note>
  멤버가 많은 경우 네임바의 "사용자 검색"에서 사용자를 검색할 수 있습니다.
</Note>

### 방법 2: 회의실 내 초대 기능 이용

<iframe src="https://www.loom.com/embed/14f9bfa5e6c24897a57f8ec1fe29d418" width="100%" height="400" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

회의실 내에서 다음 방법으로 초대할 수 있습니다:

* 같은 플로어에 있는 멤버 초대
* 다른 플로어에 있는 온라인 멤버도 포함하여 초대
* 다른 플로어에 있는 온라인 및 오프라인 멤버도 포함하여 초대
* 특정 멤버 및 그룹만 초대

## 2. 외부 게스트 초대

외부 게스트 초대 방법은 [여기](/ko/guest-invitation)를 참조해 주세요.

<FeedbackKo />
