Skip to content

Commit

Permalink
splitting out of voice parts into smaller files
Browse files Browse the repository at this point in the history
  • Loading branch information
braindigitalis committed Oct 3, 2024
1 parent a5f926f commit aafe8ee
Show file tree
Hide file tree
Showing 11 changed files with 1,247 additions and 991 deletions.
7 changes: 7 additions & 0 deletions include/dpp/discordvoiceclient.h
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,13 @@ class DPP_EXPORT discord_voice_client : public websocket_client
dave_version_t dave_version;

/**
* @brief Our public IP address
*/
static std::string external_ip;



/**
* @brief Send data to UDP socket immediately.
*
* @param data data to send
Expand Down
Loading

0 comments on commit aafe8ee

Please sign in to comment.