Searched refs:isCameraDirectionSet (Results 1 – 1 of 1) sorted by relevance
1158 else if (CallUtils.isOutgoingVideoCall(call) && !isCameraDirectionSet(call) ) { in updateCameraSelection()1171 else if (CallUtils.isActiveVideoCall(call) && !isCameraDirectionSet(call)) { in updateCameraSelection()1202 private static boolean isCameraDirectionSet(Call call) { in isCameraDirectionSet() method in VideoCallPresenter