git » sdk » commit 71b5db7

Fix these comments

author Stephen Paul Weber
2025-07-08 20:14:13 UTC
committer Stephen Paul Weber
2025-07-08 20:27:59 UTC
parent 00ec9bb4688d22ed24b4dd2f66c304d45addaa00

Fix these comments

snikket/Client.hx +2 -2

diff --git a/snikket/Client.hx b/snikket/Client.hx
index 241fe20..a5373dd 100644
--- a/snikket/Client.hx
+++ b/snikket/Client.hx
@@ -1155,7 +1155,7 @@ class Client extends EventEmitter {
 	/**
 		Event fired when a call is retracted or hung up
 
-		@param handler takes one argument, the associated Chat ID
+		@param handler takes two arguments, the associated Chat ID and Session ID
 	**/
 	public function addCallRetractListener(handler:(String,String)->Void):Void {
 		this.on("call/retract", (data) -> {
@@ -1167,7 +1167,7 @@ class Client extends EventEmitter {
 	/**
 		Event fired when an outgoing call starts ringing
 
-		@param handler takes one argument, the associated Chat ID
+		@param handler takes two arguments, the associated Chat ID and Session ID
 	**/
 	public function addCallRingingListener(handler:(String,String)->Void):Void {
 		this.on("call/ringing", (data) -> {