mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-23 21:45:42 +03:00
Clean up
This commit is contained in:
parent
f3ff2e247b
commit
9b09848838
2 changed files with 2 additions and 2 deletions
|
@ -1403,7 +1403,7 @@ public class CallController extends BaseController {
|
|||
@Override
|
||||
public void onNext(GenericOverall genericOverall) {
|
||||
if (hasExternalSignalingServer) {
|
||||
webSocketClient.joinRoomWithRoomTokenAndSession("", "");
|
||||
webSocketClient.joinRoomWithRoomTokenAndSession("", callSession);
|
||||
}
|
||||
|
||||
if (isMultiSession) {
|
||||
|
|
|
@ -91,7 +91,7 @@ public class MagicPeerConnectionWrapper {
|
|||
new MagicPeerConnectionObserver());
|
||||
|
||||
if (peerConnection != null) {
|
||||
if (localSession != null && localMediaStream != null) {
|
||||
if (localMediaStream != null) {
|
||||
peerConnection.addStream(localMediaStream);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue