Show local video

This commit is contained in:
2019-02-27 09:30:33 +01:00
parent f9432ddcf0
commit f818028920
3 changed files with 21 additions and 29 deletions

View File

@ -46,6 +46,14 @@
app:layout_constraintStart_toStartOf="parent"
android:contentDescription="@string/action_hang_up"/>
<org.webrtc.SurfaceViewRenderer
android:id="@+id/local_video"
android:layout_width="@dimen/account_image_default_width"
android:layout_height="@dimen/account_image_default_height"
android:layout_marginEnd="8dp"
android:layout_marginBottom="8dp"
app:layout_constraintBottom_toTopOf="@+id/hangUp"
app:layout_constraintEnd_toEndOf="parent" />
</android.support.constraint.ConstraintLayout>