1. Setting up Twilio Account & Laravel Framework
2. Setting up Laravel Application & Downloading Twilio SDK
3. Intro & UI Overview
4. Register & Login
5. Creating Twilio Client Token
6. Twilio Client Events
7. Create Conversations & Join Them
8. Loading & Deleting Conversations
9. Opening Conversations, Sending & Loading Messages
10. Adding Participants & Showing Typing Indicator
11. Updating Author Name, Updating Conversation Title, Showing No of Participants
12. Getting unread messages count, marking real time messages as read
13. Sorting Conversations By Date or Last Message
14. Showing Last Message of Conversation
15. Conversation Participants, Removing Participants, Name of Message Author
16. Adding Participants, Sending Media Messages
17. User Reachability Indicator
18. Adding Non Chat (SMS) Participants Into Conversation
19. Adding Non Chat (WhatsApp) Participants Into Conversation
20. Integration Facebook (Inbound Conversations) Part 1
21. Integration Facebook (Inbound Conversations) Part 2
22. Integration Facebook (Inbound Conversations) Part 3
23. Inbound SMS Conversation
24. Private 1-1 Conversation (Part 1)
25. Private 1-1 Conversation (Part 2)
26. Recap