mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-23 13:40:43 +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
|
/*EventBus.getDefault().post(new PeerConnectionEvent(PeerConnectionEvent.PeerConnectionEventType
|
||||||
.PEER_CONNECTED, sessionId, null, null));*/
|
.PEER_CONNECTED, sessionId, null, null));*/
|
||||||
|
|
||||||
//EventBus.getDefault().post(new MediaStreamEvent(remoteMediaStream, sessionId));
|
if (!isMCUPublisher) {
|
||||||
|
EventBus.getDefault().post(new MediaStreamEvent(remoteMediaStream, sessionId));
|
||||||
|
}
|
||||||
|
|
||||||
if (hasInitiated) {
|
if (hasInitiated) {
|
||||||
sendInitialMediaStatus();
|
sendInitialMediaStatus();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user