mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-28 11:15:50 -05:00
fix candidate type
This commit is contained in:
parent
7bad8685b3
commit
85d20a02a3
2
100.md
2
100.md
|
@ -73,7 +73,7 @@ Used when responding to a `type:connect`. Offering to connect to that peer.
|
||||||
"kind": 25050,
|
"kind": 25050,
|
||||||
"pubkey": "<sender pubkey>",
|
"pubkey": "<sender pubkey>",
|
||||||
"tags": [
|
"tags": [
|
||||||
["type", "answer"],
|
["type", "candidate"],
|
||||||
["p", "<reciever pubkey>"],
|
["p", "<reciever pubkey>"],
|
||||||
["r", "<room id>"]
|
["r", "<room id>"]
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user