Quick question about UI chat box and PTT with Event System

  • Clearing the chat window: You can check out this thread for details:
    Clear NPC Chatbox UI
    Essentially, you need to destroy the message boxes created under the Content gameobject. Keep in mind that some names may have changed in newer updates, but the approach remains the same.

  • Updating the player name: How are you changing the player’s name?

    • You can press F10, open the Settings Panel, and change it there.
    • Alternatively, go to Resources > ConvaiPlayerDataSO and update the PlayerName field.
  • Stopping listening after 10 seconds: There is a Stop Listening method available, which you can call to achieve this.

Let me know if you need further clarification!