Skip to content

Commit

Permalink
Consume Android Voice SDK 3.0.0-beta6 (#250)
Browse files Browse the repository at this point in the history
Consume Android Voice SDK 3.0.0-beta6
  • Loading branch information
kbagchiGWC authored Mar 14, 2019
1 parent abfddc9 commit a118491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ android {
dependencies {
testImplementation 'junit:junit:4.12'

implementation 'com.twilio:voice-android:3.0.0-beta5'
implementation 'com.twilio:voice-android:3.0.0-beta6'
implementation 'com.android.support:design:27.0.2'
implementation 'com.android.support:appcompat-v7:27.0.2'
implementation 'com.squareup.retrofit:retrofit:1.9.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public void onMessageReceived(RemoteMessage remoteMessage) {
Map<String, String> data = remoteMessage.getData();
final int notificationId = (int) System.currentTimeMillis();

boolean valid = Voice.handleMessage(this, remoteMessage.getData(), new MessageListener() {
boolean valid = Voice.handleMessage(remoteMessage.getData(), new MessageListener() {
@Override
public void onCallInvite(@NonNull CallInvite callInvite) {
final int notificationId = (int) System.currentTimeMillis();
Expand Down

0 comments on commit a118491

Please sign in to comment.