From 047da14d19cc5b62a06b255d0c793daa79650c56 Mon Sep 17 00:00:00 2001 From: tudor <7089284+tudddorrr@users.noreply.github.com> Date: Fri, 14 Feb 2025 14:32:08 +0800 Subject: [PATCH 1/2] add OnMessageReceived event for channels --- Assets/Samples/ChatDemo/Scripts/ChatUIController.cs | 12 ++++-------- .../com.trytalo.talo/Runtime/APIs/ChannelsAPI.cs | 13 ++++++++++++- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/Assets/Samples/ChatDemo/Scripts/ChatUIController.cs b/Assets/Samples/ChatDemo/Scripts/ChatUIController.cs index dc9ae3a..fcd8b85 100644 --- a/Assets/Samples/ChatDemo/Scripts/ChatUIController.cs +++ b/Assets/Samples/ChatDemo/Scripts/ChatUIController.cs @@ -26,7 +26,7 @@ private async void Start() sendButton = root.Q