TwilioDevEd / twiliochat-swift

Swift implementation of Twilio Chat
https://www.twilio.com/docs/tutorials/walkthrough/ip-chat/ios/swift
MIT License
46 stars 18 forks source link

How main user know when other user decline invite to channel. #23

Open tuanngodoan opened 7 years ago

tuanngodoan commented 7 years ago

When i invite someone then they use function declineInvite(). How i know that(after user decline invite)? Any function or delegate function? I use Swift 3. Thanks