Marcel Müller
Marcel Müller
I'm sorry @claucambra that's not what I'm seeing here (again HPB enabled). When running the app on M1 macs, `NCRoomsManager leaveRoom` is indeed called when switching rooms: https://github.com/nextcloud/talk-ios/blob/645fde1a159396cdb2f1e3ab56936ae144cc204e/NextcloudTalk/NCRoomsManager.m#L224 By the...
> You're right that the `exitRoom` completion handler does seem problematic. This part of the code hasn't been changed in this PR and as far as I can tell, it...
> Fixed this in a new commit, thanks for pointing it out! Haven't tested yet, but now you're calling `stopChat` which will not leave the chat, just prevent new messages...
Well... that was, uhm, interesting 😅 Okay, so I've updated the branch with changes discussed with Ivan. We only support split view on iOS 14 and above, all other devices...
> I am not sure I understand the issue here? What is the problem that happens when the view is collapsed? The room view should be shown on collapse instead...
Fixed and rebased 😄
Hey @andyxheli I'm all for it 😉 It's not that easy to implement, though. I tried to add pip to talk-ios last year, but didn't succeed (I have to admit,...
Some interesting details can be found at https://stackoverflow.com/questions/71419635/how-to-add-picture-in-picture-pip-for-webrtc-video-calls-in-ios-swift Also with iOS 16 there's no longer the need to have a dedicated multitasking-camera-access-entitlement, see https://developer.apple.com/documentation/avkit/accessing_the_camera_while_multitasking?changes=__8&language=objc (note that it depends on the...
> 4\. Delete the message on the server (from the SQL database) Hey @HuguesDug, just to be sure here, you're really deleting messages directly in the database and not using...
So if TTL is something you want to use, there will be support for it in an upcoming version, see https://github.com/nextcloud/spreed/issues/7359 There's also some discussion about lifiting the 6h limit...