mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-22 21:19:31 +01:00
Fix a typo
This commit is contained in:
parent
6ef2e3bfd8
commit
15b53c701a
@ -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 New Issue
Block a user