YES로 설정하면 Nearby는 AVAudioSession 카테고리와 옵션을 Nearby에 가장 적합한 값(AVAudioSessionCategoryPlayAndRecord, AVAudioSessionCategoryOptionDefaultToSpeaker)으로 설정합니다. '아니요'로 설정하면 현재 카테고리와 옵션이 그대로 유지되어 Nearby에서 사용됩니다. 이로 인해 Nearby에서 오디오를 브로드캐스트하거나 녹음하지 못할 수 있습니다. 예를 들어 앱에서 AVAudioSessionCategoryAmbient를 사용하는 경우 Nearby는 근처 기기의 오디오를 듣지 못할 수 있습니다. 앱에서 AVAudioSessionCategoryRecord를 사용하는 경우 Nearby는 오디오를 근처 기기로 브로드캐스트할 수 없습니다. 기본값은 '예'입니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2023-12-02(UTC)"],[[["`GNSMessageManagerParams` provides additional parameters for managing Nearby Messages."],["It includes properties to control system alerts for Bluetooth, handle errors related to microphone/Bluetooth permissions and power, and optimize audio sessions for discovery."],["By default, the system alert for Bluetooth power is shown and Nearby attempts to use the best audio session configuration for discovery."],["Error handlers can be set to respond to microphone and Bluetooth permission or power issues."]]],[]]