We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7100030 commit 03a2b3cCopy full SHA for 03a2b3c
iOS/LiveStreamCore/Sources/Manager/Module/RoomManager.swift
@@ -157,6 +157,9 @@ extension RoomManager {
157
private func onJoinLiveSuccess(roomInfo: TUIRoomInfo) {
158
updateRoomState(roomInfo: roomInfo)
159
modifyRoomState(value: .playing, keyPath: \RoomState.liveStatus, isPublished: true)
160
+ if context?.userManager.userState.selfInfo.userId == roomInfo.ownerId {
161
+ context?.userManager.onStartLiveSuccess()
162
+ }
163
updateOwnerInfo(roomInfo: roomInfo)
164
Task {
165
try? await context?.coGuestManager.initConnectedGuestList()
0 commit comments