mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-18 22:11:37 +00:00
* fix(google-meet): use truncateUtf16Safe for log value truncation One .slice(0, 180) truncation site in the Google Meet extension may cut UTF-16 surrogate pairs in half when the log value contains multi-byte characters such as emoji. Replace it with truncateUtf16Safe to keep the truncated output valid Unicode. * test(google-meet): cover UTF-16 model log boundary --------- Co-authored-by: Peter Steinberger <steipete@gmail.com>
@openclaw/google-meet
Official Google Meet participant plugin for OpenClaw.
This plugin registers the google_meet tool so agents can join Google Meet calls through supported Chrome or Twilio transports.
Install
openclaw plugins install @openclaw/google-meet
Restart the Gateway after installing or updating the plugin.
Configure
Enable the plugin and follow the Google Meet docs for browser profile, transport, and call-join setup:
Package
- Plugin id:
google-meet - Tool:
google_meet - Package:
@openclaw/google-meet - Minimum OpenClaw host:
2026.4.20