Skip to content

Commit 697d12e

Browse files
committed
fix merge conflit
1 parent d626beb commit 697d12e

File tree

1 file changed

+1
-7
lines changed
  • webrtc-android-framework/src/main/java/io/antmedia/webrtcandroidframework/core

1 file changed

+1
-7
lines changed

webrtc-android-framework/src/main/java/io/antmedia/webrtcandroidframework/core/WebRTCClient.java

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -994,16 +994,10 @@ private void publishPlayIfRequested() {
994994
Log.i(TAG, "Processing publish request for peer streamId: " + peerInfo.id);
995995
wsHandler.startPublish(peerInfo.id, peerInfo.token, peerInfo.videoCallEnabled, peerInfo.audioCallEnabled, peerInfo.subscriberId, peerInfo.subscriberCode, peerInfo.streamName, peerInfo.mainTrackId);
996996
}
997-
998-
999997
if (!playReconnectionInProgress && peerMode == Mode.PLAY && peerInfo.peerConnection == null) {
1000-
Log.i(TAG, "Processing play request for peer streamId: " + peerInfo.id);
1001-
wsHandler.startPlay(peerInfo.id, peerInfo.token, null, peerInfo.subscriberId, peerInfo.subscriberCode, peerInfo.metaData);
1002-
}
1003-
1004-
if (peerMode == Mode.PLAY && peerInfo.peerConnection == null) {
1005998
Log.i(TAG, "Processing play request for peer streamId: " + peerInfo.id);
1006999
wsHandler.startPlay(peerInfo.id, peerInfo.token, null, peerInfo.subscriberId, peerInfo.subscriberName, peerInfo.subscriberCode, peerInfo.metaData, peerInfo.disableTracksByDefault);
1000+
}
10071001

10081002
}
10091003
}

0 commit comments

Comments
 (0)