forked from Telzio/react-native-callkeep
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
176 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
package io.wazo.callkeep; | ||
|
||
public class Constants { | ||
public static final String ACTION_ANSWER_CALL = "ACTION_ANSWER_CALL"; | ||
public static final String ACTION_AUDIO_SESSION = "ACTION_AUDIO_SESSION"; | ||
public static final String ACTION_CHECK_REACHABILITY = "ACTION_CHECK_REACHABILITY"; | ||
public static final String ACTION_DTMF_TONE = "ACTION_DTMF_TONE"; | ||
public static final String ACTION_END_CALL = "ACTION_END_CALL"; | ||
public static final String ACTION_HOLD_CALL = "ACTION_HOLD_CALL"; | ||
public static final String ACTION_MUTE_CALL = "ACTION_MUTE_CALL"; | ||
public static final String ACTION_ONGOING_CALL = "ACTION_ONGOING_CALL"; | ||
public static final String ACTION_UNHOLD_CALL = "ACTION_UNHOLD_CALL"; | ||
public static final String ACTION_UNMUTE_CALL = "ACTION_UNMUTE_CALL"; | ||
public static final String ACTION_WAKE_APP = "ACTION_WAKE_APP"; | ||
|
||
public static final String EXTRA_CALL_NUMBER = "EXTRA_CALL_NUMBER"; | ||
public static final String EXTRA_CALL_UUID = "EXTRA_CALL_UUID"; | ||
public static final String EXTRA_CALLER_NAME = "EXTRA_CALLER_NAME"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.