Skip to content

Commit 0a7a9a9

Browse files
committed
add sdpMid in ice candidate
1 parent 9351447 commit 0a7a9a9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/nip-drafts/nip-RTC.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,12 @@ Used when responding to a `type:connect`. Offering to connect to that peer.
111111
["r", "<room id>"]
112112
],
113113
"content": encrypt({
114-
"candidates": ["<sdp>"],
114+
"candidates": [
115+
{
116+
"candidate": "<sdp>",
117+
"sdpMid": "<sdpMid>",
118+
}
119+
],
115120
...misc
116121
})
117122
}

0 commit comments

Comments
 (0)