스피커 요청 버튼 제거
This commit is contained in:
@@ -512,10 +512,6 @@ struct LiveRoomView: View {
|
||||
isShowing: $viewModel.isShowProfileList,
|
||||
viewModel: viewModel,
|
||||
roomInfo: liveRoomInfo,
|
||||
isShowRequestSpeaker: viewModel.role != .SPEAKER,
|
||||
onClickRequestSpeaker: {
|
||||
viewModel.requestSpeaker()
|
||||
},
|
||||
registerNotification: { viewModel.creatorFollow() },
|
||||
unRegisterNotification: { viewModel.creatorUnFollow() },
|
||||
onClickProfile: {
|
||||
|
||||
Reference in New Issue
Block a user