Orca
A bot framework that is easy to reason about, easy to debug, and easy to use.
Public Attributes | List of all members
discord_voice_cbs Struct Reference
Collaboration diagram for discord_voice_cbs:
Collaboration graph
[legend]

Public Attributes

voice_idle_cb on_idle
 triggers on every event loop iteration
 
voice_speaking_cb on_speaking
 triggers when a user start speaking
 
voice_client_disconnect_cb on_client_disconnect
 triggers when a user has disconnected from the voice channel
 
voice_codec_cb on_codec
 triggers when a codec is received
 
void(* on_ready )(struct discord_voice *vc)
 
void(* on_session_descriptor )(struct discord_voice *vc)
 
void(* on_udp_server_connected )(struct discord_voice *vc)
 

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