Closed tpdox closed 2 months ago
Hello,
We have successfully implemented Stream as our messaging backend however we are stuck on creating a control to modify the Channel Name.
Specifically we are following the instructions in the docs here -> https://getstream.io/chat/docs/sdk/ios/swiftui/chat-channel-components/channel-header/
Text("Edit View") }
What does the Edit View screen look like beyond the text in the example? Specifically how do we set the channel name?
Hi @tpdox,
You can follow this docs to update the channel name: https://getstream.io/chat/docs/ios-swift/channel_update/?language=swift.
Best, Martin
Hello,
We have successfully implemented Stream as our messaging backend however we are stuck on creating a control to modify the Channel Name.
Specifically we are following the instructions in the docs here -> https://getstream.io/chat/docs/sdk/ios/swiftui/chat-channel-components/channel-header/
What does the Edit View screen look like beyond the text in the example? Specifically how do we set the channel name?