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

Participant in a session. More...

#include <lib/acds/session.h>

Data Fields

uint8_t participant_id [16]
 UUID.
 
uint8_t identity_pubkey [32]
 Ed25519 public key.
 
uint64_t joined_at
 Unix timestamp (ms)
 

Detailed Description

Participant in a session.

Definition at line 41 of file session.h.

Field Documentation

◆ identity_pubkey

uint8_t participant_t::identity_pubkey[32]

Ed25519 public key.

Definition at line 43 of file session.h.

Referenced by database_load_sessions(), database_save_session(), and session_join().

◆ joined_at

uint64_t participant_t::joined_at

Unix timestamp (ms)

Definition at line 44 of file session.h.

Referenced by database_load_sessions(), database_save_session(), and session_join().

◆ participant_id

uint8_t participant_t::participant_id[16]

UUID.

Definition at line 42 of file session.h.

Referenced by database_load_sessions(), database_save_session(), and session_join().


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