A PHP implementation of WebRTC's RTCDataChannel interface for bidirectional peer-to-peer data communication.
- Bidirectional communication: Send and receive arbitrary data between peers
- Configurable reliability: Ordered/unordered delivery with retransmission policies
- Flow control: Monitor buffered data with threshold notifications
- Event-driven API: React to state changes and data arrival
- Flexible negotiation: Support for both in-band and out-of-band channel establishment
- PHP ≥ 8.4
This package is part of the PHP WebRTC library. For complete documentation, examples, and API reference, visit:
-
Amin Yazdanpanah
- Website: aminyazdanpanah.com
- Email: github@aminyazdanpanah.com
-
Sana Moniri
- GtiHub: sanamoniri
Found a bug? Please report it on our issues.
BSD 3-Clause License. See LICENSE for details.