mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-26 15:05:44 +03:00
30aafed0e8
The MediaStreamEvent was posted when the connection with the remote peer was established. However, the MediaStream is added earlier (as soon as the remote description is received), so the event is moved to better reflect that. Note that checking if the connection is an MCU publisher is no longer needed, as publisher connections are sender only and therefore no remote stream is added for publisher connections. In any case, note that the stream will not start until the connection is established, and a progress bar will be anyway shown on the ParticipantDisplayItem until it is connected. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> |
||
---|---|---|
.. | ||
schemas/com.nextcloud.talk.data.source.local.TalkDatabase | ||
src | ||
build.gradle | ||
lint.xml | ||
proguard-rules.pro |