openrtc-netcode-core 1.0.0

Shared protocol types for OpenRTC netcode clients.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "protocol": "openrtc-netcode",
  "v": 1,
  "kind": "user",
  "lobbyId": "LOBBY1",
  "from": "node-a",
  "seq": 7,
  "sentAt": 1700000000000,
  "target": "node-b",
  "body": {
    "type": "chat",
    "payload": {
      "text": "hello"
    }
  }
}