라이브 방 추가

This commit is contained in:
Yu Sung
2023-08-15 01:22:15 +09:00
parent 634f50d4f2
commit 0f8b740469
92 changed files with 5213 additions and 20 deletions

View File

@@ -58,7 +58,9 @@ struct LiveView: View {
if viewModel.liveNowItems.count > 0 {
SectionLiveNowView(
items: viewModel.liveNowItems,
onClickParticipant: {_ in},
onClickParticipant: {
viewModel.enterRoom(roomId: $0)
},
onTapCreateLive: {
AppState.shared.setAppStep(step: .createLive(timeSettingMode: .NOW, onSuccess: onCreateSuccess))
}