Skip to content
Snippets Groups Projects
Commit c37e16b0 authored by Boris Grozev's avatar Boris Grozev
Browse files

Fixes a problem with multiple Player instances created for local video

playback, on the focus of a video conference (which also lead to multiple
Components and renderers being used), which sometimes caused the videos
on the focus' interface to freeze.

Prevents MediaStreamMediaDeviceSession from creating local
Player instances, instead reuses the Player from the
VideoTranslatorMediaDevice's wrapped VideoMediaDeviceSession.

Makes VideoTranslatorMediaDevice a VideoListener of its wrapped
VideoMediaDeviceSession, forwarding all received events to all of its
MediaStreamMediaDeviceSession's.
parent 64a9115e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment