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

Session join parameters. More...

#include <lib/network/acip/acds_client.h>

Data Fields

const char * session_string
 Session to join.
 
uint8_t identity_pubkey [32]
 Participant's Ed25519 public key.
 
uint8_t identity_seckey [64]
 Ed25519 secret key (for signing)
 
bool has_password
 Password provided.
 
char password [128]
 Password (if has_password)
 

Detailed Description

Session join parameters.

Definition at line 162 of file acds_client.h.

Field Documentation

◆ has_password

bool acds_session_join_params_t::has_password

Password provided.

Definition at line 166 of file acds_client.h.

Referenced by acds_session_join(), and server_main().

◆ identity_pubkey

uint8_t acds_session_join_params_t::identity_pubkey[32]

Participant's Ed25519 public key.

Definition at line 164 of file acds_client.h.

Referenced by acds_session_join(), and server_main().

◆ identity_seckey

uint8_t acds_session_join_params_t::identity_seckey[64]

Ed25519 secret key (for signing)

Definition at line 165 of file acds_client.h.

Referenced by acds_session_join().

◆ password

char acds_session_join_params_t::password[128]

Password (if has_password)

Definition at line 167 of file acds_client.h.

Referenced by acds_session_join(), and server_main().

◆ session_string

const char* acds_session_join_params_t::session_string

Session to join.

Definition at line 163 of file acds_client.h.

Referenced by acds_session_join(), and server_main().


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