This data structure is part of the P2P Interface.
Remarks
Structure containing information about an incoming connection request.
Properties
EOS_P2P_OnIncomingConnectionRequestInfo
Property | Value |
---|---|
void* ClientData | Client-specified data passed into EOS_Presence_AddNotifyOnPresenceChanged |
EOS_ProductUserId LocalUserId | The Product User ID of the local user who is being requested to open a P2P session with RemoteUserId |
EOS_ProductUserId RemoteUserId | The Product User ID of the remote user who requested a peer connection with the local user |
const EOS_P2P_SocketId* SocketId | The ID of the socket the Remote User wishes to communicate on |