diff --git a/SodaLive/Sources/Live/LiveView.swift b/SodaLive/Sources/Live/LiveView.swift index 540d112..a8acab6 100644 --- a/SodaLive/Sources/Live/LiveView.swift +++ b/SodaLive/Sources/Live/LiveView.swift @@ -52,7 +52,7 @@ struct LiveView: View { SectionLiveNowView( items: viewModel.liveNowItems, onClickParticipant: { - viewModel.enterRoom(roomId: $0) + viewModel.enterLiveRoom(roomId: $0) }, onTapCreateLive: { AppState.shared.setAppStep(step: .createLive(timeSettingMode: .NOW, onSuccess: onCreateSuccess))