This commit is contained in:
Isaac
2025-11-07 18:08:34 +08:00
parent a05ef5e022
commit 4616f0833c
9 changed files with 321 additions and 221 deletions

View File

@@ -1220,7 +1220,8 @@ final class VideoChatScreenComponent: Component {
isVideoEnabled: true,
isVideoWatchersLimitReached: false,
isMyVideoActive: false,
isUnifiedStream: false
isUnifiedStream: false,
defaultSendAs: nil
)
return .single((callState, invitedPeers.compactMap({ peer -> VideoChatScreenComponent.InvitedPeer? in