PartyDeviceConnectionType

The type of connection used for transmitting endpoint message or chat data to a device.

Syntax

enum class PartyDeviceConnectionType    
{  
    RelayServer = 0,  
    DirectPeerConnection = 1,  
}  

Constants

Constant Description
RelayServer All communication is transmitted via a transparent cloud relay server.
DirectPeerConnection All communication is transmitted using a direct peer-to-peer connection.

Requirements

Header: Party.h

See also

Party members
PartyNetwork::GetDeviceConnectionType