In this series of tutorials, we'll be creating a simple social network, called The Stream, that allows a user to post messages to followers, chat either 1-on-1 or in groups, and video chat. Stream's Activity Feed API and Chat API, combined with Dolby's Interactivity APIs, makes it straightforward to build this sort of complex interaction, with far less overhead than creating it from scratch. All source code for this application is available on GitHub.
If you would like to skip ahead, Part 4 contains the final completed project.
You can find each part of this series by the corresponding link below:
- Part 1 - Activity Feeds
- Part 2 - Direct Messaging
- Part 3 - Group Channels
- Part 4 - 1-on-1 Video Chat
Happy coding!