Docs: fix ClientConnect to recommend SpeakingStateUpdate

This commit is contained in:
Kyle Simpson
2022-02-13 18:53:33 +00:00
parent c464fcc38d
commit 652ec1f293
3 changed files with 7 additions and 7 deletions

View File

@@ -120,7 +120,7 @@ impl VoiceEventHandler for Receiver {
// You can implement your own logic here to handle a user who has left the
// voice channel e.g., finalise processing of statistics etc.
// You will typically need to map the User ID to their SSRC; observed when
// speaking or connecting.
// first speaking.
println!("Client disconnected: user {:?}", user_id);
},