@unith-ai/core-client 1.7.0 → 1.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +9 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -132,6 +132,15 @@ Send a text message to the digital human:
132
132
  conversation.sendMessage("Hello, how are you?");
133
133
  ```
134
134
 
135
+
136
+ #### toggleMicrophone()
137
+
138
+ Toogles microphone status.
139
+
140
+ ```js
141
+ conversation.toggleMicrophone();
142
+ ```
143
+
135
144
  #### keepSession()
136
145
 
137
146
  Sends keep-alive event to prevent session timeout:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unith-ai/core-client",
3
- "version": "1.7.0",
3
+ "version": "1.8.1",
4
4
  "description": "Core TypeScript SDK for building digital human experiences with Unith AI",
5
5
  "main": "./dist/lib.js",
6
6
  "module": "./dist/lib.module.js",