Skip to content

Commit

Permalink
#14: Stream is now working!
Browse files Browse the repository at this point in the history
  • Loading branch information
Entreco committed Aug 12, 2018
1 parent f8f2e71 commit 4670031
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
<org.webrtc.SurfaceViewRenderer
android:id="@+id/remoteView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#a0ff6600"/>
android:layout_height="match_parent" />

<!-- Nested RelativeLayout with overscan-safe margin -->
<android.support.v7.widget.LinearLayoutCompat
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class FirebaseOffersRepository(private val db: FirebaseDatabase,

logger.w("WEBRTC: listenForNewOffersWithUuid $description")
val session = DscSessionDescription(description.type, description.description ?: "")
onChange(currentDeviceUuid, session)
onChange(description.uuid, session)

}
}
Expand Down

0 comments on commit 4670031

Please sign in to comment.