InviteAccept
Response Overview
This packet is sent to accept an invitation to a shared space.
Headers
call_type | int |
1 |
packet_type | long |
((101L << 32) |
sequence | long | Should match InvitePeer request sequence |
sender_uuid | String | |
connect_back | String | |
space_uuid | String |
Body
The body of this request is empty.
Custom Objects
Space UUID
The response should include a "space_uuid" object with the UUID of the shared space that the peer has accepted to join.
{
"space_uuid": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
Example
An example of an InvitePeer request:
{
"app_name": "iOS Test App",
"call_type": 1,
"connect_back": "tcp:172.16.20.133:64443",
"packet_type": 433791696898,
"sender_name": "iPhone Simulator",
"sender_uuid": "d6f2eb53",
"sequence": 1402245117,
"space_uuid": "40071168-0836-4560-a022-cb7a315b1855"
}