callway 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -93,6 +93,7 @@ interface SignalingAdapter {
93
93
  - Example scaffolds (external; add deps yourself):
94
94
  - `examples/FirebaseSignalingAdapter.ts`
95
95
  - `examples/test-group-firebase.ts`
96
+ - Sample app (Next.js + Firebase signaling): https://github.com/forexlord/callway-firebase.git
96
97
 
97
98
  ### Multi-peer (mesh) usage tips
98
99
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "callway",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "A lightweight WebRTC call engine for building real-time audio and video calls with flexible, pluggable signaling.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",