bvfnbk / planning-poker

WebRTC-based stateless Planning Poker Game.
Apache License 2.0
0 stars 0 forks source link

Setup and Teardown Data Channels between Players of a Game. #17

Open bvfnbk opened 1 month ago

bvfnbk commented 1 month ago

All players of a "Planning Poker" game require a WebRTC data channel for exchanging game messages, e.g. chat or other game RPC messages.

(This way, signaling only notifies users of (dis-)connecting users).