feat(client): add rendezvous traversal coordinators (#12)
quality-gate / quality (push) Successful in 56s
quality-gate / quality (push) Successful in 56s
This commit is contained in:
@@ -1054,6 +1054,7 @@
|
||||
"attemptId",
|
||||
"mediationHandle",
|
||||
"clientPunchCapability",
|
||||
"connectionTicketDigest",
|
||||
"expiresAt"
|
||||
],
|
||||
"type": "object",
|
||||
@@ -1071,6 +1072,9 @@
|
||||
"clientPunchCapability": {
|
||||
"type": "string"
|
||||
},
|
||||
"connectionTicketDigest": {
|
||||
"type": "string"
|
||||
},
|
||||
"expiresAt": {
|
||||
"type": "string",
|
||||
"format": "date-time"
|
||||
@@ -1146,6 +1150,8 @@
|
||||
"attemptId",
|
||||
"mediationHandle",
|
||||
"hostPunchCapability",
|
||||
"connectionTicketDigest",
|
||||
"isCancelled",
|
||||
"expiresAt"
|
||||
],
|
||||
"type": "object",
|
||||
@@ -1159,6 +1165,12 @@
|
||||
"hostPunchCapability": {
|
||||
"type": "string"
|
||||
},
|
||||
"connectionTicketDigest": {
|
||||
"type": "string"
|
||||
},
|
||||
"isCancelled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"expiresAt": {
|
||||
"type": "string",
|
||||
"format": "date-time"
|
||||
|
||||
Reference in New Issue
Block a user