InviteAccept

Response Overview

This packet is sent to reject 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 rejected joining.

{
    "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:65322",
    "packet_type": 433791696899,
    "sender_name": "iPhone Simulator",
    "sender_uuid": "d6f2eb53",
    "sequence": 1402246410,
    "space_uuid": "bd77d534-7e5d-4d3a-a038-408b1df4f82a"
}