<< All versions
Skill v1.0.0
Trusted Publisher100/100openai/plugins/cobrowse-sdk
──Details
PublishedMay 19, 2026 at 10:25 PM
Content Hashsha256:e27661126fa03108...
Git SHA
──Files
Files (1 file, 1.5 KB)
SKILL.md1.5 KBactive
SKILL.md · 28 lines · 1.5 KB
version: "1.0.0" name: zoom-cobrowse-sdk description: Use when using Cobrowse.
Zoom Cobrowse SDK
Use this skill after the support workflow is clearly a browser co-browsing experience. If the user is still choosing between Zoom Contact Center, Virtual Agent, Video SDK, or Cobrowse, route through start or plan-zoom-product first.
Workflow
- Confirm the role model: customer page, agent console, session initiation, and how the PIN or link is handed off.
- Check auth and session setup before UI work: tokens, allowed origins, environment variables, and SDK loading.
- Design privacy controls early: masking rules, blocked elements, remote-assist permission boundaries, and audit requirements.
- Implement the minimal lifecycle first: initialize, start or join, subscribe to events, reconnect, and end.
- Add advanced capabilities only after the base session is stable: annotations, multi-tab persistence, custom PINs, and remote assist.
- When debugging, isolate browser support, CORS/CSP, token generation, third-party cookie behavior, and SDK event errors.
References
- Full preserved guide: references/full-guide.md
- API reference: references/api-reference.md
- Session lifecycle: concepts/session-lifecycle.md
- Privacy masking: examples/privacy-masking.md
- Remote assist: examples/remote-assist.md
- Common issues: troubleshooting/common-issues.md