Skip to content

Commit

Permalink
Merge pull request #29 from voximplant/voximplant-sdk-2.40.1
Browse files Browse the repository at this point in the history
Voximplant SDK 2.40.1
  • Loading branch information
jedi1150 authored Jun 24, 2024
2 parents 2fe9f1e + ee8ee41 commit 12402f6
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 20 deletions.
4 changes: 2 additions & 2 deletions audiocall/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011 - 2021, Zingaya, Inc. All rights reserved.
* Copyright (c) 2011 - 2024, Zingaya, Inc. All rights reserved.
*/

plugins {
Expand All @@ -22,7 +22,7 @@ android {
targetSdk 33
multiDexEnabled true
versionCode 1
versionName "1.6.0"
versionName "1.6.1"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Copyright (c) 2011 - 2024, Zingaya, Inc. All rights reserved.
*/

// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
Expand All @@ -8,7 +12,7 @@ buildscript {
firebase_crashlytics_version = '2.9.9'
firebase_bom_version = '32.3.1'

voximplant_sdk_version = '2.39.0'
voximplant_sdk_version = '2.40.1'

material_version = '1.9.0'
appcompat_version = '1.6.1'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import com.voximplant.sdk.call.*
import com.voximplant.sdk.client.IClient
import com.voximplant.sdk.client.IClientIncomingCallListener
import com.voximplant.sdk.hardware.*
import org.webrtc.RendererCommon.RendererEvents
import org.webrtc.VideoSink
import com.voximplant.webrtc.RendererCommon.RendererEvents
import com.voximplant.webrtc.VideoSink
import java.util.*
import kotlin.concurrent.scheduleAtFixedRate

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011 - 2021, Zingaya, Inc. All rights reserved.
* Copyright (c) 2011 - 2024, Zingaya, Inc. All rights reserved.
*/

package com.voximplant.demos.kotlin.utils
Expand All @@ -9,7 +9,7 @@ import android.telecom.PhoneAccount
import com.voximplant.demos.kotlin.services.AuthService
import com.voximplant.demos.kotlin.services.VoximplantCallManager
import com.voximplant.sdk.hardware.ICameraManager
import org.webrtc.EglBase
import com.voximplant.webrtc.EglBase

object Shared {
var appInForeground: Boolean = false
Expand Down
6 changes: 5 additions & 1 deletion videocall-deepar/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
apply plugin: 'com.android.application'

/*
* Copyright (c) 2011 - 2024, Zingaya, Inc. All rights reserved.
*/

// Uncomment this line to enable push notifications
// google-services.json file is required
//apply plugin: 'com.google.gms.google-services'
Expand All @@ -20,7 +24,7 @@ android {
targetSdk 33
multiDexEnabled true
versionCode 1
versionName "1.4.0"
versionName "1.4.1"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Copyright (c) 2011 - 2024, Zingaya, Inc. All rights reserved.
*/

package com.voximplant.demos.kotlin.videocall_deepar

import android.Manifest
Expand All @@ -21,7 +25,7 @@ import com.voximplant.demos.kotlin.videocall_deepar.stories.incoming_call.Incomi
import com.voximplant.sdk.Voximplant
import com.voximplant.sdk.call.VideoFlags
import com.voximplant.sdk.client.ClientConfig
import org.webrtc.EglBase
import com.voximplant.webrtc.EglBase
import java.util.concurrent.Executors

@SuppressLint("StaticFieldLeak")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011 - 2021, Zingaya, Inc. All rights reserved.
* Copyright (c) 2011 - 2024, Zingaya, Inc. All rights reserved.
*/

package com.voximplant.demos.kotlin.videocall_deepar.stories.call
Expand All @@ -19,8 +19,8 @@ import com.voximplant.demos.kotlin.videocall_deepar.databinding.ActivityCallBind
import com.voximplant.demos.kotlin.videocall_deepar.stories.call_failed.CallFailedActivity
import com.voximplant.demos.kotlin.videocall_deepar.stories.main.MainActivity
import com.voximplant.sdk.hardware.AudioDevice
import org.webrtc.RendererCommon.ScalingType.SCALE_ASPECT_FILL
import org.webrtc.RendererCommon.ScalingType.SCALE_ASPECT_FIT
import com.voximplant.webrtc.RendererCommon.ScalingType.SCALE_ASPECT_FILL
import com.voximplant.webrtc.RendererCommon.ScalingType.SCALE_ASPECT_FIT

class CallActivity : BaseActivity<CallViewModel>(CallViewModel::class.java) {
private lateinit var binding: ActivityCallBinding
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import com.voximplant.demos.kotlin.videocall_deepar.deepARHelper
import com.voximplant.sdk.Voximplant
import com.voximplant.sdk.hardware.AudioDevice
import com.voximplant.sdk.hardware.ICustomVideoSourceListener
import org.webrtc.SurfaceTextureHelper
import com.voximplant.webrtc.SurfaceTextureHelper
import java.text.SimpleDateFormat
import java.util.*

Expand Down
4 changes: 2 additions & 2 deletions videocall-deepar/src/main/res/layout/activity_call.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
android:layout_height="match_parent"
tools:context=".stories.call.CallActivity">

<org.webrtc.SurfaceViewRenderer
<com.voximplant.webrtc.SurfaceViewRenderer
android:id="@+id/remote_video_view"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
Expand Down Expand Up @@ -89,7 +89,7 @@

</androidx.constraintlayout.widget.ConstraintLayout>

<org.webrtc.SurfaceViewRenderer
<com.voximplant.webrtc.SurfaceViewRenderer
android:id="@+id/local_video_view"
android:layout_width="0dp"
android:layout_height="0dp"
Expand Down
6 changes: 5 additions & 1 deletion videocall/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
apply plugin: 'com.android.application'

/*
* Copyright (c) 2011 - 2024, Zingaya, Inc. All rights reserved.
*/

// Uncomment this line to enable push notifications
// google-services.json file is required
//apply plugin: 'com.google.gms.google-services'
Expand All @@ -16,7 +20,7 @@ android {
targetSdk 33
multiDexEnabled true
versionCode 1
versionName "1.4.0"
versionName "1.4.1"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ import com.voximplant.demos.kotlin.video_call.databinding.ActivityCallBinding
import com.voximplant.demos.kotlin.video_call.stories.call_failed.CallFailedActivity
import com.voximplant.demos.kotlin.video_call.stories.main.MainActivity
import com.voximplant.sdk.hardware.AudioDevice
import org.webrtc.RendererCommon.ScalingType.SCALE_ASPECT_FILL
import org.webrtc.RendererCommon.ScalingType.SCALE_ASPECT_FIT
import com.voximplant.webrtc.RendererCommon.ScalingType.SCALE_ASPECT_FILL
import com.voximplant.webrtc.RendererCommon.ScalingType.SCALE_ASPECT_FIT

class CallActivity : BaseActivity<CallViewModel>(CallViewModel::class.java) {
private lateinit var binding: ActivityCallBinding
Expand Down
4 changes: 2 additions & 2 deletions videocall/src/main/res/layout/activity_call.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
android:layout_height="match_parent"
tools:context=".stories.call.CallActivity">

<org.webrtc.SurfaceViewRenderer
<com.voximplant.webrtc.SurfaceViewRenderer
android:id="@+id/remote_video_view"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
Expand Down Expand Up @@ -89,7 +89,7 @@

</androidx.constraintlayout.widget.ConstraintLayout>

<org.webrtc.SurfaceViewRenderer
<com.voximplant.webrtc.SurfaceViewRenderer
android:id="@+id/local_video_view"
android:layout_width="0dp"
android:layout_height="0dp"
Expand Down

0 comments on commit 12402f6

Please sign in to comment.