라이브 방 추가
This commit is contained in:
@@ -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))
|
||||
}
|
||||
|
Reference in New Issue
Block a user