Audio Room
Step 1. 세션 생성
try await sdk.createSession(userId: "USER_ID")Step 2. 회의실 생성 / 조회
try await sdk.createRoom(
roomType: .AUDIO_ROOM,
subject: "subject",
secret: "secret",
startDate: nil,
endDate: nil
)Step 3. 회의실 참여
Step 4. 회의실 퇴장
참여자 목록 조회
오디오 장치 제어
mute/unmute
입력 장치 변경
룸 삭제
Last updated