Send nick if we have external server

This commit is contained in:
Mario Danic 2018-10-30 23:09:29 +01:00
parent 9b09848838
commit a692e66672

View File

@ -1224,7 +1224,7 @@ public class CallController extends BaseController {
joinRoomAndCall();
break;
case "roomJoined":
if (hasMCU) {
if (hasExternalSignalingServer) {
startSendingNick();
}