이 글은 Vivox버전 16을 기준으로 작성되었습니다 저번 글에서는 Vivox초기화와 로그인을 하는 것까지 알아보았습니다 이번 글에서는 Vivox를 사용하여 음성 채팅을 구현해 보겠습니다 우선 Vivox음성채널에 접속시켜주어야 합니다 using System; using System.Threading.Tasks; using Unity.Services.Authentication; using Unity.Services.Core; using Unity.Services.Vivox; using UnityEngine; public class VivoxController : MonoBehaviour { public event Action OnLoginEndEvent; public static VivoxControlle..