> For the complete documentation index, see [llms.txt](https://kakaowork.gitbook.io/kakao-work/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kakaowork.gitbook.io/kakao-work/workservice/meeting/tip.md).

# 화상회의 Tip

## On/Off Mix 가이드 <a href="#on-off-mix" id="on-off-mix"></a>

Offline 참여자와 Online 참여자가 함께하는 화상회의에서는 다음의 몇 가지 세팅을 통해 더 원활한 회의를 진행할 수 있습니다.

### Offline 회의 세팅 <a href="#setting" id="setting"></a>

* 온라인 참여자들을 오프라인 참여자들이 볼 수 있도록 회의 시작 전 주최자의 화상회의 화면을 회의실 컴퓨터에 연결합니다.
* 회의실에 화상회의 장비가 설치되어 있을 경우, 장치 설정을 해당 장비로 변경합니다. 이 때, 오디오 에코가 발생하지 않도록 마이크와 스피커 기기를 통일합니다.
* 회의실에 화상회의 장비가 설치되어 있지 않은 경우, 오프라인의 모든 참여자가 개인 노트북과 이어폰을 사용합니다. 혹은 오프라인 회의실 내에서 하나의 스피커만 사용하고, 필요 시 개인 마이크를 켜 회의에 참여합니다.

### Online 회의 세팅 <a href="#online" id="online"></a>

* 오프라인 참여자들이 온라인 참여자들을 인지할 수 있도록 가급적 카메라를 켜고 입장합니다.
* 불필요한 소음이 들어가지 않도록 말하지 않을 때는 마이크를 음소거 상태로 유지합니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://kakaowork.gitbook.io/kakao-work/workservice/meeting/tip.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
