mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-27 17:08:34 +03:00
Fix a typo
This commit is contained in:
parent
6ef2e3bfd8
commit
15b53c701a
1 changed files with 4 additions and 1 deletions
|
@ -273,7 +273,10 @@ public class MagicPeerConnectionWrapper {
|
|||
/*EventBus.getDefault().post(new PeerConnectionEvent(PeerConnectionEvent.PeerConnectionEventType
|
||||
.PEER_CONNECTED, sessionId, null, null));*/
|
||||
|
||||
//EventBus.getDefault().post(new MediaStreamEvent(remoteMediaStream, sessionId));
|
||||
if (!isMCUPublisher) {
|
||||
EventBus.getDefault().post(new MediaStreamEvent(remoteMediaStream, sessionId));
|
||||
}
|
||||
|
||||
if (hasInitiated) {
|
||||
sendInitialMediaStatus();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue