twilio / conversations-ios

SPM releases
https://www.twilio.com/docs/conversations/ios/changelog
10 stars 5 forks source link

Unable to fetch conversation with channel ID #7

Closed rupikasompalli closed 2 years ago

rupikasompalli commented 3 years ago

I also posted question in SO: https://stackoverflow.com/questions/66989607/unable-to-get-channel-with-channel-id-using-new-conversations-api

I'm trying to keep a global chat instance, and pass it around. However I'm unable to get the channel with channelID.

Gray-Wind commented 3 years ago

Hello, sorry for a long silence, this ticket slipped away for some reason.

Before making calls to the client you should wait for synchronisation event.

Client would be fully functional after you receive .completed synchronisation status from – conversationsClient:synchronizationStatusUpdated:

Gray-Wind commented 2 years ago

I'm closing this ticket since no answer here for a long time. Feel free to open a new ticket.