chore: reword changeset

This commit is contained in:
Simon Chan 2025-09-10 19:30:34 +08:00
parent b423c79755
commit 4b98c1ba19
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD

View file

@ -2,6 +2,6 @@
"@yume-chan/scrcpy": major "@yume-chan/scrcpy": major
--- ---
Convert `ScrcpyOptionsX\_YY.prototype.controlMessageTypes` to a map between internal control message types to version-specific values. Convert `ScrcpyOptionsX_YY.prototype.controlMessageTypes` to a mapping from internal control message types to version-specific values.
Generally, you would use `ScrcpyControlMessageSerializer`, `ScrcpyControlMessageWriter`, or `AdbScrcpyClient.prototype.controller` to send control messages to device, instead of using `controlMessageTypes` directly. Generally, `ScrcpyControlMessageSerializer`, `ScrcpyControlMessageWriter`, or `AdbScrcpyClient.prototype.controller` should be used to send control messages to devices, instead of using `controlMessageTypes` directly.