|
@@ -91,7 +91,7 @@ public class MagicPeerConnectionWrapper {
|
|
new MagicPeerConnectionObserver());
|
|
new MagicPeerConnectionObserver());
|
|
|
|
|
|
if (peerConnection != null) {
|
|
if (peerConnection != null) {
|
|
- if (localSession != null && localMediaStream != null) {
|
|
|
|
|
|
+ if (localMediaStream != null) {
|
|
peerConnection.addStream(localMediaStream);
|
|
peerConnection.addStream(localMediaStream);
|
|
}
|
|
}
|
|
|
|
|