mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-21 04:29:45 +01:00
Always leave room with websockets
This commit is contained in:
parent
41a16f8f83
commit
b0e85e7d4f
@ -1353,10 +1353,11 @@ public class CallController extends BaseController {
|
||||
|
||||
@Override
|
||||
public void onNext(GenericOverall genericOverall) {
|
||||
if (externalSignalingServer != null) {
|
||||
webSocketClient.joinRoomWithRoomToken("");
|
||||
}
|
||||
|
||||
if (isMultiSession) {
|
||||
if (externalSignalingServer != null) {
|
||||
webSocketClient.joinRoomWithRoomToken("");
|
||||
}
|
||||
if (getActivity() != null) {
|
||||
getActivity().finish();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user