mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 11:39:42 +01:00
Send nick if we have external server
This commit is contained in:
parent
9b09848838
commit
a692e66672
@ -1224,7 +1224,7 @@ public class CallController extends BaseController {
|
||||
joinRoomAndCall();
|
||||
break;
|
||||
case "roomJoined":
|
||||
if (hasMCU) {
|
||||
if (hasExternalSignalingServer) {
|
||||
startSendingNick();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user