라이브룸 V2V 번역 자막 기능을 추가한다

라이브룸에서 진행자 언어와 기기 언어가 다를 때 자막 토글을 제공한다.
룸 정보 응답에 V2V 워커 토큰과 진행자 언어 코드를 포함한다.
Agora V2V 에이전트 참여와 종료 API 연동을 추가한다
This commit is contained in:
Yu Sung
2026-02-09 21:11:17 +09:00
parent 7f703024d8
commit b796f6d9c5
11 changed files with 816 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ struct GetRoomInfoResponse: Decodable {
let channelName: String
let rtcToken: String
let rtmToken: String
let v2vWorkerToken: String
let creatorId: Int
let creatorNickname: String
let creatorProfileUrl: String
@@ -25,6 +26,7 @@ struct GetRoomInfoResponse: Decodable {
let managerList: [LiveRoomMember]
let donationRankingTop3UserIds: [Int]
let menuPan: String
let creatorLanguageCode: String?
let isActiveRoulette: Bool
let isPrivateRoom: Bool
let password: String?