Questions tagged [streamchatswiftui]

4 questions
0
votes
0 answers

Creating StreamChat Channel SwiftUI

I have a swiftui app and trying to integrate the Stream Chat SDK. I have been able to successfully log a user in, but having difficulty creating a channel and the documentation is quite challenging to work with to understand the issue. Here is my…
0
votes
1 answer

StreamChatSwiftUI - Channel List item not able to customise with function makeChannelListItem

From Stream SwiftUI document on customising channel list item, it stated that we will be able to change the custom UI by calling function makeChannelListItem in viewFactory and replace the return view by custom view class. But the app is still…
Yoyo
  • 21
  • 2
0
votes
0 answers

Is it possible to create a Progressive Web App using Stream SDK?

I am trying to build a PWA using the Stream SDK and I am wondering if someone has done it before. Is it possible? Do all functionallities from StreamChat in a native app work the same in a PWA? Thanks! I have a SwiftUI app for now.
0
votes
0 answers

How to restrict adding more members in the group using StreamChatSwiftUI

i am using StreamChatSwiftUI builit in ChatChannelView for chat, i see there is an option to 'add members' in the group info. 1 - How can i disable or hide this option ? 2 - There is no remove member option, how can i show remove existing member? i…
Waseem Sarwar
  • 2,645
  • 1
  • 21
  • 18