Skip to content

Commit

Permalink
(videocall-deepar) Update Voximplant SDK dependency from 2.39.0 to 2.…
Browse files Browse the repository at this point in the history
…40.1
  • Loading branch information
jedi1150 committed Jun 20, 2024
1 parent 1914edd commit ee8ee41
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
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

0 comments on commit ee8ee41

Please sign in to comment.