intent = new Intent(Intent.ACTION_CALL, Uri.parse("tel:" + callNumber));
intent.putExtra("videocall", true);
StartActiviy(intent);

를 하여 영상전화를 하게 하였습니다.

하지만 삼성 갤럭시 폰에서는 되는데.. LG 폰에선 안되네요

LG 에선 "videocall" 이라는 키가 없나요?