mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 09:49:21 +02:00
add call api
This commit is contained in:
parent
9caf94d035
commit
eee218a3b6
3 changed files with 33 additions and 0 deletions
|
@ -36,6 +36,8 @@ public class DcMsg {
|
|||
public final static int DC_INFO_PROTECTION_DISABLED = 12;
|
||||
public final static int DC_INFO_INVALID_UNENCRYPTED_MAIL = 13;
|
||||
public final static int DC_INFO_WEBXDC_INFO_MESSAGE = 32;
|
||||
public final static int DC_INFO_OUTGOING_CALL = 50;
|
||||
public final static int DC_INFO_INCOMING_CALL = 55;
|
||||
|
||||
public final static int DC_STATE_UNDEFINED = 0;
|
||||
public final static int DC_STATE_IN_FRESH = 10;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue