Files
openclaw/extensions/google-meet
lzyyzznl 57c468ca1b fix(google-meet): use truncateUtf16Safe for log value truncation (#102617)
* 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>
2026-07-09 12:40:26 +01:00
..

@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