mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 03:59:35 +01:00
Clean up
This commit is contained in:
parent
f3ff2e247b
commit
9b09848838
@ -1403,7 +1403,7 @@ public class CallController extends BaseController {
|
|||||||
@Override
|
@Override
|
||||||
public void onNext(GenericOverall genericOverall) {
|
public void onNext(GenericOverall genericOverall) {
|
||||||
if (hasExternalSignalingServer) {
|
if (hasExternalSignalingServer) {
|
||||||
webSocketClient.joinRoomWithRoomTokenAndSession("", "");
|
webSocketClient.joinRoomWithRoomTokenAndSession("", callSession);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isMultiSession) {
|
if (isMultiSession) {
|
||||||
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user