mirror of
https://github.com/pierre42100/ComunicAPI
synced 2025-06-19 00:25:18 +00:00
Added hang up status
This commit is contained in:
@ -13,6 +13,7 @@ class CallMemberInformation extends BaseUniqueObjectFromUser {
|
||||
public const USER_ACCEPTED = 1;
|
||||
public const USER_REJECTED = 0;
|
||||
public const USER_UNKNOWN = -1;
|
||||
public const USER_HANG_UP = 2;
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user