ChatView is responsible for creating the user interface that the user will interact with. It will display local and remote messages, both text and photos, and also notify a user when another user has joined the chat. We'll start by creating a converter that will convert photos represented as Base64-encoded strings into an ImageSource that can be used as the source of the image control process in XAML.





















































