Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions browser-extension/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Stream Deck Google Meet Plugin - browser extension

## Using this extension standalone

You can use the browser extension on its own for scripting purposes.

For example, with [websocat](https://github.com/vi/websocat), run the following command to toggle the mic status.

```
websocat --text --oneshot literal:'{"event":"toggleMic"}' ws-listen:127.0.0.1:2394
```