This commit is contained in:
Mario Danic 2018-10-30 22:33:17 +01:00
parent f3ff2e247b
commit 9b09848838
2 changed files with 2 additions and 2 deletions

View file

@ -1403,7 +1403,7 @@ public class CallController extends BaseController {
@Override
public void onNext(GenericOverall genericOverall) {
if (hasExternalSignalingServer) {
webSocketClient.joinRoomWithRoomTokenAndSession("", "");
webSocketClient.joinRoomWithRoomTokenAndSession("", callSession);
}
if (isMultiSession) {

View file

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