mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 19:49:33 +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();
|
joinRoomAndCall();
|
||||||
break;
|
break;
|
||||||
case "roomJoined":
|
case "roomJoined":
|
||||||
if (hasMCU) {
|
if (hasExternalSignalingServer) {
|
||||||
startSendingNick();
|
startSendingNick();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user