fix candidate type

This commit is contained in:
Jack Chakany 2023-03-14 10:37:35 -04:00 committed by GitHub
parent 7bad8685b3
commit 85d20a02a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
100.md
View File

@ -73,7 +73,7 @@ Used when responding to a `type:connect`. Offering to connect to that peer.
"kind": 25050,
"pubkey": "<sender pubkey>",
"tags": [
["type", "answer"],
["type", "candidate"],
["p", "<reciever pubkey>"],
["r", "<room id>"]
],