mirror of
https://github.com/pierre42100/ComunicAPI
synced 2025-06-19 08:35:18 +00:00
Updated term to better meaning
This commit is contained in:
@ -211,7 +211,7 @@ class CallsController {
|
||||
"userID" => $member->get_userID(),
|
||||
"call_id" => $member->get_call_id(),
|
||||
"user_call_id" => $member->get_user_call_id(),
|
||||
"accepted" => self::USER_RESPONSE_TO_CALL[$member->get_accepted()]
|
||||
"status" => self::USER_RESPONSE_TO_CALL[$member->get_status()]
|
||||
);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user