ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
find_client_context_t Struct Reference

Context for finding client by participant_id. More...

Data Fields

const uint8_ttarget_participant_id
 Participant to find.
 
socket_t found_socket
 Socket if found.
 
bool found
 Whether client was found.
 

Detailed Description

Context for finding client by participant_id.

Definition at line 45 of file signaling.c.

Field Documentation

◆ found

bool find_client_context_t::found

Whether client was found.

Definition at line 48 of file signaling.c.

Referenced by signaling_relay_ice(), and signaling_relay_sdp().

◆ found_socket

socket_t find_client_context_t::found_socket

Socket if found.

Definition at line 47 of file signaling.c.

Referenced by signaling_relay_ice(), and signaling_relay_sdp().

◆ target_participant_id

const uint8_t* find_client_context_t::target_participant_id

Participant to find.

Definition at line 46 of file signaling.c.


The documentation for this struct was generated from the following file: