Push to talk workflow
Build an Apple Push to Talk channel experience with system controls, ephemeral PTT pushes, audio-session ownership, and an app-owned communication backend.From its SKILL.md
npx -y skills add gaelic-ghost/socket --skill push-to-talk-workflowAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.9 KB, 336 tokens by cl100k_base, as published. Nobody here has run it
Push To Talk Workflow
Purpose
Build a walkie-talkie-style application using PushToTalk. The framework supplies system controls and channel lifecycle; the app still owns identity, membership, audio transport, encryption, moderation, and backend behavior.
Workflow
- Model a channel with stable app-owned identity, membership authorization, transmission mode, and explicit join/leave lifecycle.
- Use
PTChannelManagerand its delegate for system-visible channel state and begin/end transmission events. Treat half-duplex and full-duplex as product decisions, not interchangeable audio modes. - Configure the app's audio session only in response to the applicable PTT lifecycle event; preserve interruptions, Bluetooth routing, and privacy indicators.
- Use the channel's ephemeral push token only for that channel lifetime. Send
APNs PTT pushes with
pushtotalk, the.voip-ptttopic suffix, immediate priority, and no stale-delivery window when the event is time-sensitive. - Keep transport, codec, encryption, recording, retention, and moderation as explicit app/backend responsibilities.
Validation
Validate on physical iPhone/iPad hardware with multiple participants, lock screen controls, join/leave churn, token rotation, delayed audio, interruptions, Bluetooth accessories, denied microphone permission, and expired-channel push delivery.
References
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.