Display remote peer video

This commit is contained in:
2019-02-27 09:11:08 +01:00
parent 9e559ed568
commit ce409d3713
2 changed files with 32 additions and 9 deletions

View File

@ -20,6 +20,17 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<LinearLayout
android:id="@+id/remoteVideosLayout"
android:layout_width="0dp"
android:layout_height="0dp"
android:orientation="vertical"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<ImageButton
android:id="@+id/hangUp"
android:layout_width="wrap_content"
@ -35,4 +46,6 @@
app:layout_constraintStart_toStartOf="parent"
android:contentDescription="@string/action_hang_up"/>
</android.support.constraint.ConstraintLayout>